Html Css Color HEX #B84712 Rust

📋 copy color: '#B84712'

red 184 ◦ green 71 ◦ blue 18

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

Shades of Rust #B84712

Tints of Rust #B84712

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.01%

 BLUE value IS 18 (7.42% from 255) = 6.59%

R = 67.4%
G = 26.01%
B = 6.59%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B84712 (or 0xB84712) is known color: Rust. HEX triplet: B8, 47 and 12. RGB value is (184,71,18). Sum of RGB (Red+Green+Blue) = 184+71+18=273 (36% of max value = 765). Red value is 184 (72.27% from 255 or 67.40% from 273); Green value is 71 (28.12% from 255 or 26.01% from 273); Blue value is 18 (7.42% from 255 or 6.59% from 273); Max value from RGB is 184 - color contains mainly: red. Hex color #B84712 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B84712 is #47B8ED. Grayscale: #636363. Windows color (decimal): -4700398 or 1198008. OLE color: 1198008.

HSL color Cylindrical-coordinate representation of color #B84712: hue angle of 19.16º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B84712 is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 71 18 -
CMYK 0 0.61 0.90 0.28
HSL 19.16º 0.82% 0.4% -
HSV(B) 19.16º 0.9% 0.72% -
XYZ 22.13 14.74 2.25 -
YUV 98.75 82.44 188.81 -
System Red Green Blue C M Y K H S L
Decimal 184 71 18 0 0.61 0.90 0.28 19.16 0.82 0.4
Hex B8 47 12 0 3D 5A 1C 13 52 28
Octal 270 107 22 0 75 132 34 23 122 50
Binary 10111000 1000111 10010 0 111101 1011010 11100 10011 1010010 101000

Color Harmonies of #B84712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84712

Black with #B84712

Text Example


Text Example

White with #B84712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84712; }

 p { color: rgb(184,71,18); }

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

background-color css

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

 a { background-color: rgb(184,71,18); }

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

border-color css

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

 span { border-color: rgb(184,71,18); }

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