Shades of Rust #BB4004
Tints of Rust #BB4004
RGB
CMYK
RGB Variations
Color information
#BB4004 (or 0xBB4004) is known color: Rust. HEX triplet: BB, 40 and 04. RGB value is (187,64,4). Sum of RGB (Red+Green+Blue) = 187+64+4=255 (33% of max value = 765). Red value is 187 (73.44% from 255 or 73.33% from 255); Green value is 64 (25.39% from 255 or 25.10% from 255); Blue value is 4 (1.95% from 255 or 1.57% from 255); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4004 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4004 is #44BFFB. Grayscale: #5E5E5E. Windows color (decimal): -4505596 or 278715. OLE color: 278715.
HSL color Cylindrical-coordinate representation of color #BB4004: hue angle of 19.67º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BB4004 is Cyan = 0, Magento = 0.66, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 64 | 4 | - |
| CMYK | 0 | 0.66 | 0.98 | 0.27 |
| HSL | 19.67º | 0.96% | 0.37% | - |
| HSV(B) | 19.67º | 0.98% | 0.73% | - |
| XYZ | 22.35 | 14.24 | 1.69 | - |
| YUV | 93.94 | 77.25 | 194.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 64 | 4 | 0 | 0.66 | 0.98 | 0.27 | 19.67 | 0.96 | 0.37 |
| Hex | BB | 40 | 4 | 0 | 42 | 62 | 1B | 14 | 60 | 25 |
| Octal | 273 | 100 | 4 | 0 | 102 | 142 | 33 | 24 | 140 | 45 |
| Binary | 10111011 | 1000000 | 100 | 0 | 1000010 | 1100010 | 11011 | 10100 | 1100000 | 100101 |
Color Harmonies of #BB4004
Complementary color
Monochromatic Colors of #BB4004
Black with #BB4004
Text Example
Text Example
White with #BB4004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4004; }
p { color: rgb(187,64,4); }
H1.HeaderClassName
{
color: #BB4004;
}
.AnyTagClassName
{
color: #BB4004;
}
</style>
background-color css
<style>
a { background-color: #BB4004; }
a { background-color: rgb(187,64,4); }
div.DivClassName
{
background-color: #BB4004;
}
.BgClassName
{
background-color: #BB4004;
}
</style>
border-color css
<style>
span { border-color: #BB4004; }
span { border-color: rgb(187,64,4); }
td.TdClassName
{
border-color: #BB4004;
}
.TagClassName
{
border-color: #BB4004;
}
</style>