Shades of Rust #B04404
Tints of Rust #B04404
RGB
CMYK
RGB Variations
Color information
#B04404 (or 0xB04404) is known color: Rust. HEX triplet: B0, 44 and 04. RGB value is (176,68,4). Sum of RGB (Red+Green+Blue) = 176+68+4=248 (32% of max value = 765). Red value is 176 (69.14% from 255 or 70.97% from 248); Green value is 68 (26.95% from 255 or 27.42% from 248); Blue value is 4 (1.95% from 255 or 1.61% from 248); Max value from RGB is 176 - color contains mainly: red. Hex color #B04404 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04404 is #4FBBFB. Grayscale: #5D5D5D. Windows color (decimal): -5225468 or 279728. OLE color: 279728.
HSL color Cylindrical-coordinate representation of color #B04404: hue angle of 22.33º 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 #B04404 is Cyan = 0, Magento = 0.61, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 68 | 4 | - |
| CMYK | 0 | 0.61 | 0.98 | 0.31 |
| HSL | 22.33º | 0.96% | 0.35% | - |
| HSV(B) | 22.33º | 0.98% | 0.69% | - |
| XYZ | 19.99 | 13.37 | 1.64 | - |
| YUV | 93 | 77.78 | 187.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 68 | 4 | 0 | 0.61 | 0.98 | 0.31 | 22.33 | 0.96 | 0.35 |
| Hex | B0 | 44 | 4 | 0 | 3D | 62 | 1F | 16 | 60 | 23 |
| Octal | 260 | 104 | 4 | 0 | 75 | 142 | 37 | 26 | 140 | 43 |
| Binary | 10110000 | 1000100 | 100 | 0 | 111101 | 1100010 | 11111 | 10110 | 1100000 | 100011 |
Color Harmonies of #B04404
Complementary color
Monochromatic Colors of #B04404
Black with #B04404
Text Example
Text Example
White with #B04404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04404; }
p { color: rgb(176,68,4); }
H1.HeaderClassName
{
color: #B04404;
}
.AnyTagClassName
{
color: #B04404;
}
</style>
background-color css
<style>
a { background-color: #B04404; }
a { background-color: rgb(176,68,4); }
div.DivClassName
{
background-color: #B04404;
}
.BgClassName
{
background-color: #B04404;
}
</style>
border-color css
<style>
span { border-color: #B04404; }
span { border-color: rgb(176,68,4); }
td.TdClassName
{
border-color: #B04404;
}
.TagClassName
{
border-color: #B04404;
}
</style>