Shades of Rust #BB4013
Tints of Rust #BB4013
RGB
CMYK
RGB Variations
Color information
#BB4013 (or 0xBB4013) is known color: Rust. HEX triplet: BB, 40 and 13. RGB value is (187,64,19). Sum of RGB (Red+Green+Blue) = 187+64+19=270 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.26% from 270); Green value is 64 (25.39% from 255 or 23.70% from 270); Blue value is 19 (7.81% from 255 or 7.04% from 270); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4013 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4013 is #44BFEC. Grayscale: #5F5F5F. Windows color (decimal): -4505581 or 1261755. OLE color: 1261755.
HSL color Cylindrical-coordinate representation of color #BB4013: hue angle of 16.07º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB4013 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 64 | 19 | - |
| CMYK | 0 | 0.66 | 0.90 | 0.27 |
| HSL | 16.07º | 0.82% | 0.4% | - |
| HSV(B) | 16.07º | 0.9% | 0.73% | - |
| XYZ | 22.44 | 14.28 | 2.19 | - |
| YUV | 95.65 | 84.75 | 193.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 64 | 19 | 0 | 0.66 | 0.90 | 0.27 | 16.07 | 0.82 | 0.4 |
| Hex | BB | 40 | 13 | 0 | 42 | 5A | 1B | 10 | 52 | 28 |
| Octal | 273 | 100 | 23 | 0 | 102 | 132 | 33 | 20 | 122 | 50 |
| Binary | 10111011 | 1000000 | 10011 | 0 | 1000010 | 1011010 | 11011 | 10000 | 1010010 | 101000 |
Color Harmonies of #BB4013
Complementary color
Monochromatic Colors of #BB4013
Black with #BB4013
Text Example
Text Example
White with #BB4013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4013; }
p { color: rgb(187,64,19); }
H1.HeaderClassName
{
color: #BB4013;
}
.AnyTagClassName
{
color: #BB4013;
}
</style>
background-color css
<style>
a { background-color: #BB4013; }
a { background-color: rgb(187,64,19); }
div.DivClassName
{
background-color: #BB4013;
}
.BgClassName
{
background-color: #BB4013;
}
</style>
border-color css
<style>
span { border-color: #BB4013; }
span { border-color: rgb(187,64,19); }
td.TdClassName
{
border-color: #BB4013;
}
.TagClassName
{
border-color: #BB4013;
}
</style>