Html Css Color HEX #B04004 Rust

📋 copy color: '#B04004'

red 176 ◦ green 64 ◦ blue 4

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

Shades of Rust #B04004

Tints of Rust #B04004

RGB

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

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

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

R = 72.13%
G = 26.23%
B = 1.64%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#B04004 (or 0xB04004) is known color: Rust. HEX triplet: B0, 40 and 04. RGB value is (176,64,4). Sum of RGB (Red+Green+Blue) = 176+64+4=244 (32% of max value = 765). Red value is 176 (69.14% from 255 or 72.13% from 244); Green value is 64 (25.39% from 255 or 26.23% from 244); Blue value is 4 (1.95% from 255 or 1.64% from 244); Max value from RGB is 176 - color contains mainly: red. Hex color #B04004 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04004 is #4FBFFB. Grayscale: #5B5B5B. Windows color (decimal): -5226492 or 278704. OLE color: 278704.

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

Color convert

RGB 176 64 4 -
CMYK 0 0.64 0.98 0.31
HSL 20.93º 0.96% 0.35% -
HSV(B) 20.93º 0.98% 0.69% -
XYZ 19.76 12.91 1.56 -
YUV 90.65 79.11 188.88 -
System Red Green Blue C M Y K H S L
Decimal 176 64 4 0 0.64 0.98 0.31 20.93 0.96 0.35
Hex B0 40 4 0 40 62 1F 15 60 23
Octal 260 100 4 0 100 142 37 25 140 43
Binary 10110000 1000000 100 0 1000000 1100010 11111 10101 1100000 100011

Color Harmonies of #B04004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04004

Black with #B04004

Text Example


Text Example

White with #B04004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04004; }

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

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

background-color css

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

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

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

border-color css

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

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

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