Shades of Rust #BB360C
Tints of Rust #BB360C
RGB
CMYK
RGB Variations
Color information
#BB360C (or 0xBB360C) is known color: Rust. HEX triplet: BB, 36 and 0C. RGB value is (187,54,12). Sum of RGB (Red+Green+Blue) = 187+54+12=253 (33% of max value = 765). Red value is 187 (73.44% from 255 or 73.91% from 253); Green value is 54 (21.48% from 255 or 21.34% from 253); Blue value is 12 (5.08% from 255 or 4.74% from 253); Max value from RGB is 187 - color contains mainly: red. Hex color #BB360C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB360C is #44C9F3. Grayscale: #595959. Windows color (decimal): -4508148 or 800443. OLE color: 800443.
HSL color Cylindrical-coordinate representation of color #BB360C: hue angle of 14.4º 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 #BB360C is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 54 | 12 | - |
| CMYK | 0 | 0.71 | 0.94 | 0.27 |
| HSL | 14.4º | 0.88% | 0.39% | - |
| HSV(B) | 14.4º | 0.94% | 0.73% | - |
| XYZ | 21.88 | 13.23 | 1.75 | - |
| YUV | 88.98 | 84.56 | 197.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 54 | 12 | 0 | 0.71 | 0.94 | 0.27 | 14.4 | 0.88 | 0.39 |
| Hex | BB | 36 | C | 0 | 47 | 5E | 1B | E | 58 | 27 |
| Octal | 273 | 66 | 14 | 0 | 107 | 136 | 33 | 16 | 130 | 47 |
| Binary | 10111011 | 110110 | 1100 | 0 | 1000111 | 1011110 | 11011 | 1110 | 1011000 | 100111 |
Color Harmonies of #BB360C
Complementary color
Monochromatic Colors of #BB360C
Black with #BB360C
Text Example
Text Example
White with #BB360C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB360C; }
p { color: rgb(187,54,12); }
H1.HeaderClassName
{
color: #BB360C;
}
.AnyTagClassName
{
color: #BB360C;
}
</style>
background-color css
<style>
a { background-color: #BB360C; }
a { background-color: rgb(187,54,12); }
div.DivClassName
{
background-color: #BB360C;
}
.BgClassName
{
background-color: #BB360C;
}
</style>
border-color css
<style>
span { border-color: #BB360C; }
span { border-color: rgb(187,54,12); }
td.TdClassName
{
border-color: #BB360C;
}
.TagClassName
{
border-color: #BB360C;
}
</style>