Html Css Color HEX #B84A04 Rust

📋 copy color: '#B84A04'

red 184 ◦ green 74 ◦ blue 4

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

Shades of Rust #B84A04

Tints of Rust #B84A04

RGB

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

 GREEN value IS 74 (29.3% from 255) = 28.24%

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

R = 70.23%
G = 28.24%
B = 1.53%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.98

 K value IS 0.28

RGB Variations

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

Color information

#B84A04 (or 0xB84A04) is known color: Rust. HEX triplet: B8, 4A and 04. RGB value is (184,74,4). Sum of RGB (Red+Green+Blue) = 184+74+4=262 (34% of max value = 765). Red value is 184 (72.27% from 255 or 70.23% from 262); Green value is 74 (29.30% from 255 or 28.24% from 262); Blue value is 4 (1.95% from 255 or 1.53% from 262); Max value from RGB is 184 - color contains mainly: red. Hex color #B84A04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B84A04 is #47B5FB. Grayscale: #636363. Windows color (decimal): -4699644 or 281272. OLE color: 281272.

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

Color convert

RGB 184 74 4 -
CMYK 0 0.60 0.98 0.28
HSL 23.33º 0.96% 0.37% -
HSV(B) 23.33º 0.98% 0.72% -
XYZ 22.24 15.1 1.86 -
YUV 98.91 74.44 188.69 -
System Red Green Blue C M Y K H S L
Decimal 184 74 4 0 0.60 0.98 0.28 23.33 0.96 0.37
Hex B8 4A 4 0 3C 62 1C 17 60 25
Octal 270 112 4 0 74 142 34 27 140 45
Binary 10111000 1001010 100 0 111100 1100010 11100 10111 1100000 100101

Color Harmonies of #B84A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84A04

Black with #B84A04

Text Example


Text Example

White with #B84A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84A04; }

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

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

background-color css

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

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

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

border-color css

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

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

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