Html Css Color HEX #B85216 Rust

📋 copy color: '#B85216'

red 184 ◦ green 82 ◦ blue 22

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

Shades of Rust #B85216

Tints of Rust #B85216

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.47%

 BLUE value IS 22 (8.98% from 255) = 7.64%

R = 63.89%
G = 28.47%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.88

 K value IS 0.28

RGB Variations

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

Color information

#B85216 (or 0xB85216) is known color: Rust. HEX triplet: B8, 52 and 16. RGB value is (184,82,22). Sum of RGB (Red+Green+Blue) = 184+82+22=288 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.89% from 288); Green value is 82 (32.42% from 255 or 28.47% from 288); Blue value is 22 (8.98% from 255 or 7.64% from 288); Max value from RGB is 184 - color contains mainly: red. Hex color #B85216 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85216 is #47ADE9. Grayscale: #696969. Windows color (decimal): -4697578 or 1462968. OLE color: 1462968.

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

Color convert

RGB 184 82 22 -
CMYK 0 0.55 0.88 0.28
HSL 22.22º 0.79% 0.4% -
HSV(B) 22.22º 0.88% 0.72% -
XYZ 22.93 16.28 2.69 -
YUV 105.66 80.79 183.88 -
System Red Green Blue C M Y K H S L
Decimal 184 82 22 0 0.55 0.88 0.28 22.22 0.79 0.4
Hex B8 52 16 0 37 58 1C 16 4F 28
Octal 270 122 26 0 67 130 34 26 117 50
Binary 10111000 1010010 10110 0 110111 1011000 11100 10110 1001111 101000

Color Harmonies of #B85216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85216

Black with #B85216

Text Example


Text Example

White with #B85216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85216; }

 p { color: rgb(184,82,22); }

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

background-color css

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

 a { background-color: rgb(184,82,22); }

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

border-color css

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

 span { border-color: rgb(184,82,22); }

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