Shades of Rust #BB390C
Tints of Rust #BB390C
RGB
CMYK
RGB Variations
Color information
#BB390C (or 0xBB390C) is known color: Rust. HEX triplet: BB, 39 and 0C. RGB value is (187,57,12). Sum of RGB (Red+Green+Blue) = 187+57+12=256 (33% of max value = 765). Red value is 187 (73.44% from 255 or 73.05% from 256); Green value is 57 (22.66% from 255 or 22.27% from 256); Blue value is 12 (5.08% from 255 or 4.69% from 256); Max value from RGB is 187 - color contains mainly: red. Hex color #BB390C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB390C is #44C6F3. Grayscale: #5B5B5B. Windows color (decimal): -4507380 or 801211. OLE color: 801211.
HSL color Cylindrical-coordinate representation of color #BB390C: hue angle of 15.43º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BB390C is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 57 | 12 | - |
| CMYK | 0 | 0.70 | 0.94 | 0.27 |
| HSL | 15.43º | 0.88% | 0.39% | - |
| HSV(B) | 15.43º | 0.94% | 0.73% | - |
| XYZ | 22.02 | 13.52 | 1.8 | - |
| YUV | 90.74 | 83.57 | 196.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 57 | 12 | 0 | 0.70 | 0.94 | 0.27 | 15.43 | 0.88 | 0.39 |
| Hex | BB | 39 | C | 0 | 46 | 5E | 1B | F | 58 | 27 |
| Octal | 273 | 71 | 14 | 0 | 106 | 136 | 33 | 17 | 130 | 47 |
| Binary | 10111011 | 111001 | 1100 | 0 | 1000110 | 1011110 | 11011 | 1111 | 1011000 | 100111 |
Color Harmonies of #BB390C
Complementary color
Monochromatic Colors of #BB390C
Black with #BB390C
Text Example
Text Example
White with #BB390C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB390C; }
p { color: rgb(187,57,12); }
H1.HeaderClassName
{
color: #BB390C;
}
.AnyTagClassName
{
color: #BB390C;
}
</style>
background-color css
<style>
a { background-color: #BB390C; }
a { background-color: rgb(187,57,12); }
div.DivClassName
{
background-color: #BB390C;
}
.BgClassName
{
background-color: #BB390C;
}
</style>
border-color css
<style>
span { border-color: #BB390C; }
span { border-color: rgb(187,57,12); }
td.TdClassName
{
border-color: #BB390C;
}
.TagClassName
{
border-color: #BB390C;
}
</style>