Html Css Color HEX #B85211 Rust

📋 copy color: '#B85211'

red 184 ◦ green 82 ◦ blue 17

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

Shades of Rust #B85211

Tints of Rust #B85211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.01%

R = 65.02%
G = 28.98%
B = 6.01%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#B85211 (or 0xB85211) is known color: Rust. HEX triplet: B8, 52 and 11. RGB value is (184,82,17). Sum of RGB (Red+Green+Blue) = 184+82+17=283 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.02% from 283); Green value is 82 (32.42% from 255 or 28.98% from 283); Blue value is 17 (7.03% from 255 or 6.01% from 283); Max value from RGB is 184 - color contains mainly: red. Hex color #B85211 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85211 is #47ADEE. Grayscale: #696969. Windows color (decimal): -4697583 or 1135288. OLE color: 1135288.

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

Color convert

RGB 184 82 17 -
CMYK 0 0.55 0.91 0.28
HSL 23.35º 0.83% 0.39% -
HSV(B) 23.35º 0.91% 0.72% -
XYZ 22.89 16.27 2.46 -
YUV 105.09 78.29 184.29 -
System Red Green Blue C M Y K H S L
Decimal 184 82 17 0 0.55 0.91 0.28 23.35 0.83 0.39
Hex B8 52 11 0 37 5B 1C 17 53 27
Octal 270 122 21 0 67 133 34 27 123 47
Binary 10111000 1010010 10001 0 110111 1011011 11100 10111 1010011 100111

Color Harmonies of #B85211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85211

Black with #B85211

Text Example


Text Example

White with #B85211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85211; }

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

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

background-color css

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

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

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

border-color css

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

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

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