Shades of Rust #B04008
Tints of Rust #B04008
RGB
CMYK
RGB Variations
Color information
#B04008 (or 0xB04008) is known color: Rust. HEX triplet: B0, 40 and 08. RGB value is (176,64,8). Sum of RGB (Red+Green+Blue) = 176+64+8=248 (32% of max value = 765). Red value is 176 (69.14% from 255 or 70.97% from 248); Green value is 64 (25.39% from 255 or 25.81% from 248); Blue value is 8 (3.52% from 255 or 3.23% from 248); Max value from RGB is 176 - color contains mainly: red. Hex color #B04008 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04008 is #4FBFF7. Grayscale: #5B5B5B. Windows color (decimal): -5226488 or 540848. OLE color: 540848.
HSL color Cylindrical-coordinate representation of color #B04008: hue angle of 20º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B04008 is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 64 | 8 | - |
| CMYK | 0 | 0.64 | 0.95 | 0.31 |
| HSL | 20º | 0.91% | 0.36% | - |
| HSV(B) | 20º | 0.95% | 0.69% | - |
| XYZ | 19.78 | 12.91 | 1.68 | - |
| YUV | 91.1 | 81.11 | 188.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 64 | 8 | 0 | 0.64 | 0.95 | 0.31 | 20 | 0.91 | 0.36 |
| Hex | B0 | 40 | 8 | 0 | 40 | 5F | 1F | 14 | 5B | 24 |
| Octal | 260 | 100 | 10 | 0 | 100 | 137 | 37 | 24 | 133 | 44 |
| Binary | 10110000 | 1000000 | 1000 | 0 | 1000000 | 1011111 | 11111 | 10100 | 1011011 | 100100 |
Color Harmonies of #B04008
Complementary color
Monochromatic Colors of #B04008
Black with #B04008
Text Example
Text Example
White with #B04008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04008; }
p { color: rgb(176,64,8); }
H1.HeaderClassName
{
color: #B04008;
}
.AnyTagClassName
{
color: #B04008;
}
</style>
background-color css
<style>
a { background-color: #B04008; }
a { background-color: rgb(176,64,8); }
div.DivClassName
{
background-color: #B04008;
}
.BgClassName
{
background-color: #B04008;
}
</style>
border-color css
<style>
span { border-color: #B04008; }
span { border-color: rgb(176,64,8); }
td.TdClassName
{
border-color: #B04008;
}
.TagClassName
{
border-color: #B04008;
}
</style>