Html Css Color HEX #B84004 Rust

📋 copy color: '#B84004'

red 184 ◦ green 64 ◦ blue 4

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

Shades of Rust #B84004

Tints of Rust #B84004

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.4%

 BLUE value IS 4 (1.95% from 255) = 1.59%

R = 73.02%
G = 25.4%
B = 1.59%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.98

 K value IS 0.28

RGB Variations

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

Color information

#B84004 (or 0xB84004) is known color: Rust. HEX triplet: B8, 40 and 04. RGB value is (184,64,4). Sum of RGB (Red+Green+Blue) = 184+64+4=252 (33% of max value = 765). Red value is 184 (72.27% from 255 or 73.02% from 252); Green value is 64 (25.39% from 255 or 25.40% from 252); Blue value is 4 (1.95% from 255 or 1.59% from 252); Max value from RGB is 184 - color contains mainly: red. Hex color #B84004 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B84004 is #47BFFB. Grayscale: #5D5D5D. Windows color (decimal): -4702204 or 278712. OLE color: 278712.

HSL color Cylindrical-coordinate representation of color #B84004: hue angle of 20º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B84004 is Cyan = 0, Magento = 0.65, Yellow = 0.98 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 64 4 -
CMYK 0 0.65 0.98 0.28
HSL 20º 0.96% 0.37% -
HSV(B) 20º 0.98% 0.72% -
XYZ 21.62 13.87 1.65 -
YUV 93.04 77.76 192.88 -
System Red Green Blue C M Y K H S L
Decimal 184 64 4 0 0.65 0.98 0.28 20 0.96 0.37
Hex B8 40 4 0 41 62 1C 14 60 25
Octal 270 100 4 0 101 142 34 24 140 45
Binary 10111000 1000000 100 0 1000001 1100010 11100 10100 1100000 100101

Color Harmonies of #B84004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84004

Black with #B84004

Text Example


Text Example

White with #B84004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84004; }

 p { color: rgb(184,64,4); }

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

background-color css

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

 a { background-color: rgb(184,64,4); }

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

border-color css

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

 span { border-color: rgb(184,64,4); }

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