Html Css Color HEX #B84211 Rust

📋 copy color: '#B84211'

red 184 ◦ green 66 ◦ blue 17

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

Shades of Rust #B84211

Tints of Rust #B84211

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.72%

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

R = 68.91%
G = 24.72%
B = 6.37%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#B84211 (or 0xB84211) is known color: Rust. HEX triplet: B8, 42 and 11. RGB value is (184,66,17). Sum of RGB (Red+Green+Blue) = 184+66+17=267 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.91% from 267); Green value is 66 (26.17% from 255 or 24.72% from 267); Blue value is 17 (7.03% from 255 or 6.37% from 267); Max value from RGB is 184 - color contains mainly: red. Hex color #B84211 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B84211 is #47BDEE. Grayscale: #606060. Windows color (decimal): -4701679 or 1131192. OLE color: 1131192.

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

Color convert

RGB 184 66 17 -
CMYK 0 0.64 0.91 0.28
HSL 17.6º 0.83% 0.39% -
HSV(B) 17.6º 0.91% 0.72% -
XYZ 21.82 14.13 2.11 -
YUV 95.7 83.59 190.98 -
System Red Green Blue C M Y K H S L
Decimal 184 66 17 0 0.64 0.91 0.28 17.6 0.83 0.39
Hex B8 42 11 0 40 5B 1C 12 53 27
Octal 270 102 21 0 100 133 34 22 123 47
Binary 10111000 1000010 10001 0 1000000 1011011 11100 10010 1010011 100111

Color Harmonies of #B84211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84211

Black with #B84211

Text Example


Text Example

White with #B84211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84211; }

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

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

background-color css

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

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

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

border-color css

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

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

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