Shades of Rust #BB390A
Tints of Rust #BB390A
RGB
CMYK
RGB Variations
Color information
#BB390A (or 0xBB390A) is known color: Rust. HEX triplet: BB, 39 and 0A. RGB value is (187,57,10). Sum of RGB (Red+Green+Blue) = 187+57+10=254 (33% of max value = 765). Red value is 187 (73.44% from 255 or 73.62% from 254); Green value is 57 (22.66% from 255 or 22.44% from 254); Blue value is 10 (4.30% from 255 or 3.94% from 254); Max value from RGB is 187 - color contains mainly: red. Hex color #BB390A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB390A is #44C6F5. Grayscale: #5A5A5A. Windows color (decimal): -4507382 or 670139. OLE color: 670139.
HSL color Cylindrical-coordinate representation of color #BB390A: hue angle of 15.93º 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 #BB390A is Cyan = 0, Magento = 0.70, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 57 | 10 | - |
| CMYK | 0 | 0.70 | 0.95 | 0.27 |
| HSL | 15.93º | 0.9% | 0.39% | - |
| HSV(B) | 15.93º | 0.95% | 0.73% | - |
| XYZ | 22.01 | 13.51 | 1.74 | - |
| YUV | 90.51 | 82.57 | 196.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 57 | 10 | 0 | 0.70 | 0.95 | 0.27 | 15.93 | 0.9 | 0.39 |
| Hex | BB | 39 | A | 0 | 46 | 5F | 1B | 10 | 5A | 27 |
| Octal | 273 | 71 | 12 | 0 | 106 | 137 | 33 | 20 | 132 | 47 |
| Binary | 10111011 | 111001 | 1010 | 0 | 1000110 | 1011111 | 11011 | 10000 | 1011010 | 100111 |
Color Harmonies of #BB390A
Complementary color
Monochromatic Colors of #BB390A
Black with #BB390A
Text Example
Text Example
White with #BB390A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB390A; }
p { color: rgb(187,57,10); }
H1.HeaderClassName
{
color: #BB390A;
}
.AnyTagClassName
{
color: #BB390A;
}
</style>
background-color css
<style>
a { background-color: #BB390A; }
a { background-color: rgb(187,57,10); }
div.DivClassName
{
background-color: #BB390A;
}
.BgClassName
{
background-color: #BB390A;
}
</style>
border-color css
<style>
span { border-color: #BB390A; }
span { border-color: rgb(187,57,10); }
td.TdClassName
{
border-color: #BB390A;
}
.TagClassName
{
border-color: #BB390A;
}
</style>