Shades of Rust #BB4713
Tints of Rust #BB4713
RGB
CMYK
RGB Variations
Color information
#BB4713 (or 0xBB4713) is known color: Rust. HEX triplet: BB, 47 and 13. RGB value is (187,71,19). Sum of RGB (Red+Green+Blue) = 187+71+19=277 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.51% from 277); Green value is 71 (28.12% from 255 or 25.63% from 277); Blue value is 19 (7.81% from 255 or 6.86% from 277); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4713 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4713 is #44B8EC. Grayscale: #646464. Windows color (decimal): -4503789 or 1263547. OLE color: 1263547.
HSL color Cylindrical-coordinate representation of color #BB4713: hue angle of 18.57º 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 #BB4713 is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 71 | 19 | - |
| CMYK | 0 | 0.62 | 0.90 | 0.27 |
| HSL | 18.57º | 0.82% | 0.4% | - |
| HSV(B) | 18.57º | 0.9% | 0.73% | - |
| XYZ | 22.86 | 15.12 | 2.33 | - |
| YUV | 99.76 | 82.43 | 190.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 71 | 19 | 0 | 0.62 | 0.90 | 0.27 | 18.57 | 0.82 | 0.4 |
| Hex | BB | 47 | 13 | 0 | 3E | 5A | 1B | 13 | 52 | 28 |
| Octal | 273 | 107 | 23 | 0 | 76 | 132 | 33 | 23 | 122 | 50 |
| Binary | 10111011 | 1000111 | 10011 | 0 | 111110 | 1011010 | 11011 | 10011 | 1010010 | 101000 |
Color Harmonies of #BB4713
Complementary color
Monochromatic Colors of #BB4713
Black with #BB4713
Text Example
Text Example
White with #BB4713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4713; }
p { color: rgb(187,71,19); }
H1.HeaderClassName
{
color: #BB4713;
}
.AnyTagClassName
{
color: #BB4713;
}
</style>
background-color css
<style>
a { background-color: #BB4713; }
a { background-color: rgb(187,71,19); }
div.DivClassName
{
background-color: #BB4713;
}
.BgClassName
{
background-color: #BB4713;
}
</style>
border-color css
<style>
span { border-color: #BB4713; }
span { border-color: rgb(187,71,19); }
td.TdClassName
{
border-color: #BB4713;
}
.TagClassName
{
border-color: #BB4713;
}
</style>