Shades of Rust #BB4B13
Tints of Rust #BB4B13
RGB
CMYK
RGB Variations
Color information
#BB4B13 (or 0xBB4B13) is known color: Rust. HEX triplet: BB, 4B and 13. RGB value is (187,75,19). Sum of RGB (Red+Green+Blue) = 187+75+19=281 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.55% from 281); Green value is 75 (29.69% from 255 or 26.69% from 281); Blue value is 19 (7.81% from 255 or 6.76% from 281); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4B13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4B13 is #44B4EC. Grayscale: #666666. Windows color (decimal): -4502765 or 1264571. OLE color: 1264571.
HSL color Cylindrical-coordinate representation of color #BB4B13: hue angle of 20º 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 #BB4B13 is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 75 | 19 | - |
| CMYK | 0 | 0.60 | 0.90 | 0.27 |
| HSL | 20º | 0.82% | 0.4% | - |
| HSV(B) | 20º | 0.9% | 0.73% | - |
| XYZ | 23.13 | 15.64 | 2.42 | - |
| YUV | 102.1 | 81.11 | 188.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 75 | 19 | 0 | 0.60 | 0.90 | 0.27 | 20 | 0.82 | 0.4 |
| Hex | BB | 4B | 13 | 0 | 3C | 5A | 1B | 14 | 52 | 28 |
| Octal | 273 | 113 | 23 | 0 | 74 | 132 | 33 | 24 | 122 | 50 |
| Binary | 10111011 | 1001011 | 10011 | 0 | 111100 | 1011010 | 11011 | 10100 | 1010010 | 101000 |
Color Harmonies of #BB4B13
Complementary color
Monochromatic Colors of #BB4B13
Black with #BB4B13
Text Example
Text Example
White with #BB4B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4B13; }
p { color: rgb(187,75,19); }
H1.HeaderClassName
{
color: #BB4B13;
}
.AnyTagClassName
{
color: #BB4B13;
}
</style>
background-color css
<style>
a { background-color: #BB4B13; }
a { background-color: rgb(187,75,19); }
div.DivClassName
{
background-color: #BB4B13;
}
.BgClassName
{
background-color: #BB4B13;
}
</style>
border-color css
<style>
span { border-color: #BB4B13; }
span { border-color: rgb(187,75,19); }
td.TdClassName
{
border-color: #BB4B13;
}
.TagClassName
{
border-color: #BB4B13;
}
</style>