Shades of Rust #BB350A
Tints of Rust #BB350A
RGB
CMYK
RGB Variations
Color information
#BB350A (or 0xBB350A) is known color: Rust. HEX triplet: BB, 35 and 0A. RGB value is (187,53,10). Sum of RGB (Red+Green+Blue) = 187+53+10=250 (33% of max value = 765). Red value is 187 (73.44% from 255 or 74.8% from 250); Green value is 53 (21.09% from 255 or 21.2% from 250); Blue value is 10 (4.30% from 255 or 4% from 250); Max value from RGB is 187 - color contains mainly: red. Hex color #BB350A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB350A is #44CAF5. Grayscale: #585858. Windows color (decimal): -4508406 or 669115. OLE color: 669115.
HSL color Cylindrical-coordinate representation of color #BB350A: hue angle of 14.58º 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 #BB350A is Cyan = 0, Magento = 0.72, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 53 | 10 | - |
| CMYK | 0 | 0.72 | 0.95 | 0.27 |
| HSL | 14.58º | 0.9% | 0.39% | - |
| HSV(B) | 14.58º | 0.95% | 0.73% | - |
| XYZ | 21.82 | 13.13 | 1.67 | - |
| YUV | 88.16 | 83.89 | 198.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 53 | 10 | 0 | 0.72 | 0.95 | 0.27 | 14.58 | 0.9 | 0.39 |
| Hex | BB | 35 | A | 0 | 48 | 5F | 1B | F | 5A | 27 |
| Octal | 273 | 65 | 12 | 0 | 110 | 137 | 33 | 17 | 132 | 47 |
| Binary | 10111011 | 110101 | 1010 | 0 | 1001000 | 1011111 | 11011 | 1111 | 1011010 | 100111 |
Color Harmonies of #BB350A
Complementary color
Monochromatic Colors of #BB350A
Black with #BB350A
Text Example
Text Example
White with #BB350A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB350A; }
p { color: rgb(187,53,10); }
H1.HeaderClassName
{
color: #BB350A;
}
.AnyTagClassName
{
color: #BB350A;
}
</style>
background-color css
<style>
a { background-color: #BB350A; }
a { background-color: rgb(187,53,10); }
div.DivClassName
{
background-color: #BB350A;
}
.BgClassName
{
background-color: #BB350A;
}
</style>
border-color css
<style>
span { border-color: #BB350A; }
span { border-color: rgb(187,53,10); }
td.TdClassName
{
border-color: #BB350A;
}
.TagClassName
{
border-color: #BB350A;
}
</style>