Html Css Color HEX #B8510C Rust

📋 copy color: '#B8510C'

red 184 ◦ green 81 ◦ blue 12

#B8510C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rust #B8510C

Tints of Rust #B8510C

RGB

 RED value IS 184 (72.27% from 255) = 66.43%

 GREEN value IS 81 (32.03% from 255) = 29.24%

 BLUE value IS 12 (5.08% from 255) = 4.33%

R = 66.43%
G = 29.24%
B = 4.33%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.93

 K value IS 0.28

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B8510C (or 0xB8510C) is known color: Rust. HEX triplet: B8, 51 and 0C. RGB value is (184,81,12). Sum of RGB (Red+Green+Blue) = 184+81+12=277 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.43% from 277); Green value is 81 (32.03% from 255 or 29.24% from 277); Blue value is 12 (5.08% from 255 or 4.33% from 277); Max value from RGB is 184 - color contains mainly: red. Hex color #B8510C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B8510C is #47AEF3. Grayscale: #686868. Windows color (decimal): -4697844 or 807352. OLE color: 807352.

HSL color Cylindrical-coordinate representation of color #B8510C: hue angle of 24.07º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B8510C is Cyan = 0, Magento = 0.56, Yellow = 0.93 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 81 12 -
CMYK 0 0.56 0.93 0.28
HSL 24.07º 0.88% 0.38% -
HSV(B) 24.07º 0.93% 0.72% -
XYZ 22.78 16.1 2.26 -
YUV 103.93 76.12 185.11 -
System Red Green Blue C M Y K H S L
Decimal 184 81 12 0 0.56 0.93 0.28 24.07 0.88 0.38
Hex B8 51 C 0 38 5D 1C 18 58 26
Octal 270 121 14 0 70 135 34 30 130 46
Binary 10111000 1010001 1100 0 111000 1011101 11100 11000 1011000 100110

Color Harmonies of #B8510C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8510C

Black with #B8510C

Text Example


Text Example

White with #B8510C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8510C; }

 p { color: rgb(184,81,12); }

 H1.HeaderClassName
 {
   color: #B8510C;
 }
 .AnyTagClassName
 {
   color: #B8510C;
 }
</style>

background-color css

<style>
 a { background-color: #B8510C; }

 a { background-color: rgb(184,81,12); }

 div.DivClassName
 {
   background-color: #B8510C;
 }
 .BgClassName
 {
   background-color: #B8510C;
 }
</style>

border-color css

<style>
 span { border-color: #B8510C; }

 span { border-color: rgb(184,81,12); }

 td.TdClassName
 {
   border-color: #B8510C;
 }
 .TagClassName
 {
   border-color: #B8510C;
 }
</style>