Shades of Rust #BB330A
Tints of Rust #BB330A
RGB
CMYK
RGB Variations
Color information
#BB330A (or 0xBB330A) is known color: Rust. HEX triplet: BB, 33 and 0A. RGB value is (187,51,10). Sum of RGB (Red+Green+Blue) = 187+51+10=248 (32% of max value = 765). Red value is 187 (73.44% from 255 or 75.40% from 248); Green value is 51 (20.31% from 255 or 20.56% from 248); Blue value is 10 (4.30% from 255 or 4.03% from 248); Max value from RGB is 187 - color contains mainly: red. Hex color #BB330A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB330A is #44CCF5. Grayscale: #575757. Windows color (decimal): -4508918 or 668603. OLE color: 668603.
HSL color Cylindrical-coordinate representation of color #BB330A: hue angle of 13.9º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BB330A is Cyan = 0, Magento = 0.73, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 51 | 10 | - |
| CMYK | 0 | 0.73 | 0.95 | 0.27 |
| HSL | 13.9º | 0.9% | 0.39% | - |
| HSV(B) | 13.9º | 0.95% | 0.73% | - |
| XYZ | 21.73 | 12.95 | 1.64 | - |
| YUV | 86.99 | 84.56 | 199.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 51 | 10 | 0 | 0.73 | 0.95 | 0.27 | 13.9 | 0.9 | 0.39 |
| Hex | BB | 33 | A | 0 | 49 | 5F | 1B | E | 5A | 27 |
| Octal | 273 | 63 | 12 | 0 | 111 | 137 | 33 | 16 | 132 | 47 |
| Binary | 10111011 | 110011 | 1010 | 0 | 1001001 | 1011111 | 11011 | 1110 | 1011010 | 100111 |
Color Harmonies of #BB330A
Complementary color
Monochromatic Colors of #BB330A
Black with #BB330A
Text Example
Text Example
White with #BB330A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB330A; }
p { color: rgb(187,51,10); }
H1.HeaderClassName
{
color: #BB330A;
}
.AnyTagClassName
{
color: #BB330A;
}
</style>
background-color css
<style>
a { background-color: #BB330A; }
a { background-color: rgb(187,51,10); }
div.DivClassName
{
background-color: #BB330A;
}
.BgClassName
{
background-color: #BB330A;
}
</style>
border-color css
<style>
span { border-color: #BB330A; }
span { border-color: rgb(187,51,10); }
td.TdClassName
{
border-color: #BB330A;
}
.TagClassName
{
border-color: #BB330A;
}
</style>