Html Css Color HEX #B85118 Rust

📋 copy color: '#B85118'

red 184 ◦ green 81 ◦ blue 24

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

Shades of Rust #B85118

Tints of Rust #B85118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.3%

R = 63.67%
G = 28.03%
B = 8.3%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.87

 K value IS 0.28

RGB Variations

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

Color information

#B85118 (or 0xB85118) is known color: Rust. HEX triplet: B8, 51 and 18. RGB value is (184,81,24). Sum of RGB (Red+Green+Blue) = 184+81+24=289 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.67% from 289); Green value is 81 (32.03% from 255 or 28.03% from 289); Blue value is 24 (9.77% from 255 or 8.30% from 289); Max value from RGB is 184 - color contains mainly: red. Hex color #B85118 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85118 is #47AEE7. Grayscale: #696969. Windows color (decimal): -4697832 or 1593784. OLE color: 1593784.

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

Color convert

RGB 184 81 24 -
CMYK 0 0.56 0.87 0.28
HSL 21.38º 0.77% 0.41% -
HSV(B) 21.38º 0.87% 0.72% -
XYZ 22.87 16.14 2.77 -
YUV 105.3 82.12 184.13 -
System Red Green Blue C M Y K H S L
Decimal 184 81 24 0 0.56 0.87 0.28 21.38 0.77 0.41
Hex B8 51 18 0 38 57 1C 15 4D 29
Octal 270 121 30 0 70 127 34 25 115 51
Binary 10111000 1010001 11000 0 111000 1010111 11100 10101 1001101 101001

Color Harmonies of #B85118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85118

Black with #B85118

Text Example


Text Example

White with #B85118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85118; }

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

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

background-color css

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

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

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

border-color css

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

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

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