Shades of Rust #BB4313
Tints of Rust #BB4313
RGB
CMYK
RGB Variations
Color information
#BB4313 (or 0xBB4313) is known color: Rust. HEX triplet: BB, 43 and 13. RGB value is (187,67,19). Sum of RGB (Red+Green+Blue) = 187+67+19=273 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68.50% from 273); Green value is 67 (26.56% from 255 or 24.54% from 273); Blue value is 19 (7.81% from 255 or 6.96% from 273); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4313 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4313 is #44BCEC. Grayscale: #616161. Windows color (decimal): -4504813 or 1262523. OLE color: 1262523.
HSL color Cylindrical-coordinate representation of color #BB4313: hue angle of 17.14º 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 #BB4313 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 67 | 19 | - |
| CMYK | 0 | 0.64 | 0.90 | 0.27 |
| HSL | 17.14º | 0.82% | 0.4% | - |
| HSV(B) | 17.14º | 0.9% | 0.73% | - |
| XYZ | 22.62 | 14.63 | 2.25 | - |
| YUV | 97.41 | 83.76 | 191.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 67 | 19 | 0 | 0.64 | 0.90 | 0.27 | 17.14 | 0.82 | 0.4 |
| Hex | BB | 43 | 13 | 0 | 40 | 5A | 1B | 11 | 52 | 28 |
| Octal | 273 | 103 | 23 | 0 | 100 | 132 | 33 | 21 | 122 | 50 |
| Binary | 10111011 | 1000011 | 10011 | 0 | 1000000 | 1011010 | 11011 | 10001 | 1010010 | 101000 |
Color Harmonies of #BB4313
Complementary color
Monochromatic Colors of #BB4313
Black with #BB4313
Text Example
Text Example
White with #BB4313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4313; }
p { color: rgb(187,67,19); }
H1.HeaderClassName
{
color: #BB4313;
}
.AnyTagClassName
{
color: #BB4313;
}
</style>
background-color css
<style>
a { background-color: #BB4313; }
a { background-color: rgb(187,67,19); }
div.DivClassName
{
background-color: #BB4313;
}
.BgClassName
{
background-color: #BB4313;
}
</style>
border-color css
<style>
span { border-color: #BB4313; }
span { border-color: rgb(187,67,19); }
td.TdClassName
{
border-color: #BB4313;
}
.TagClassName
{
border-color: #BB4313;
}
</style>