Html Css Color HEX #B85518 Rust

📋 copy color: '#B85518'

red 184 ◦ green 85 ◦ blue 24

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

Shades of Rust #B85518

Tints of Rust #B85518

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.01%

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

R = 62.8%
G = 29.01%
B = 8.19%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.87

 K value IS 0.28

RGB Variations

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

Color information

#B85518 (or 0xB85518) is known color: Rust. HEX triplet: B8, 55 and 18. RGB value is (184,85,24). Sum of RGB (Red+Green+Blue) = 184+85+24=293 (38% of max value = 765). Red value is 184 (72.27% from 255 or 62.80% from 293); Green value is 85 (33.59% from 255 or 29.01% from 293); Blue value is 24 (9.77% from 255 or 8.19% from 293); Max value from RGB is 184 - color contains mainly: red. Hex color #B85518 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85518 is #47AAE7. Grayscale: #6B6B6B. Windows color (decimal): -4696808 or 1594808. OLE color: 1594808.

HSL color Cylindrical-coordinate representation of color #B85518: hue angle of 22.88º 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 #B85518 is Cyan = 0, Magento = 0.54, Yellow = 0.87 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 85 24 -
CMYK 0 0.54 0.87 0.28
HSL 22.88º 0.77% 0.41% -
HSV(B) 22.88º 0.87% 0.72% -
XYZ 23.18 16.75 2.88 -
YUV 107.65 80.8 182.46 -
System Red Green Blue C M Y K H S L
Decimal 184 85 24 0 0.54 0.87 0.28 22.88 0.77 0.41
Hex B8 55 18 0 36 57 1C 17 4D 29
Octal 270 125 30 0 66 127 34 27 115 51
Binary 10111000 1010101 11000 0 110110 1010111 11100 10111 1001101 101001

Color Harmonies of #B85518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85518

Black with #B85518

Text Example


Text Example

White with #B85518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85518; }

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

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

background-color css

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

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

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

border-color css

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

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

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