Html Css Color HEX #B04804 Rust

📋 copy color: '#B04804'

red 176 ◦ green 72 ◦ blue 4

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

Shades of Rust #B04804

Tints of Rust #B04804

RGB

 RED value IS 176 (69.14% from 255) = 69.84%

 GREEN value IS 72 (28.52% from 255) = 28.57%

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

R = 69.84%
G = 28.57%
B = 1.59%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#B04804 (or 0xB04804) is known color: Rust. HEX triplet: B0, 48 and 04. RGB value is (176,72,4). Sum of RGB (Red+Green+Blue) = 176+72+4=252 (33% of max value = 765). Red value is 176 (69.14% from 255 or 69.84% from 252); Green value is 72 (28.52% from 255 or 28.57% from 252); Blue value is 4 (1.95% from 255 or 1.59% from 252); Max value from RGB is 176 - color contains mainly: red. Hex color #B04804 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04804 is #4FB7FB. Grayscale: #5F5F5F. Windows color (decimal): -5224444 or 280752. OLE color: 280752.

HSL color Cylindrical-coordinate representation of color #B04804: hue angle of 23.72º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B04804 is Cyan = 0, Magento = 0.59, Yellow = 0.98 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 72 4 -
CMYK 0 0.59 0.98 0.31
HSL 23.72º 0.96% 0.35% -
HSV(B) 23.72º 0.98% 0.69% -
XYZ 20.24 13.87 1.73 -
YUV 95.34 76.46 185.53 -
System Red Green Blue C M Y K H S L
Decimal 176 72 4 0 0.59 0.98 0.31 23.72 0.96 0.35
Hex B0 48 4 0 3B 62 1F 18 60 23
Octal 260 110 4 0 73 142 37 30 140 43
Binary 10110000 1001000 100 0 111011 1100010 11111 11000 1100000 100011

Color Harmonies of #B04804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04804

Black with #B04804

Text Example


Text Example

White with #B04804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04804; }

 p { color: rgb(176,72,4); }

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

background-color css

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

 a { background-color: rgb(176,72,4); }

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

border-color css

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

 span { border-color: rgb(176,72,4); }

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