Shades of Rust #BB370D
Tints of Rust #BB370D
RGB
CMYK
RGB Variations
Color information
#BB370D (or 0xBB370D) is known color: Rust. HEX triplet: BB, 37 and 0D. RGB value is (187,55,13). Sum of RGB (Red+Green+Blue) = 187+55+13=255 (33% of max value = 765). Red value is 187 (73.44% from 255 or 73.33% from 255); Green value is 55 (21.88% from 255 or 21.57% from 255); Blue value is 13 (5.47% from 255 or 5.10% from 255); Max value from RGB is 187 - color contains mainly: red. Hex color #BB370D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB370D is #44C8F2. Grayscale: #595959. Windows color (decimal): -4507891 or 866235. OLE color: 866235.
HSL color Cylindrical-coordinate representation of color #BB370D: hue angle of 14.48º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BB370D is Cyan = 0, Magento = 0.71, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 55 | 13 | - |
| CMYK | 0 | 0.71 | 0.93 | 0.27 |
| HSL | 14.48º | 0.87% | 0.39% | - |
| HSV(B) | 14.48º | 0.93% | 0.73% | - |
| XYZ | 21.93 | 13.33 | 1.8 | - |
| YUV | 89.68 | 84.73 | 197.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 55 | 13 | 0 | 0.71 | 0.93 | 0.27 | 14.48 | 0.87 | 0.39 |
| Hex | BB | 37 | D | 0 | 47 | 5D | 1B | E | 57 | 27 |
| Octal | 273 | 67 | 15 | 0 | 107 | 135 | 33 | 16 | 127 | 47 |
| Binary | 10111011 | 110111 | 1101 | 0 | 1000111 | 1011101 | 11011 | 1110 | 1010111 | 100111 |
Color Harmonies of #BB370D
Complementary color
Monochromatic Colors of #BB370D
Black with #BB370D
Text Example
Text Example
White with #BB370D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB370D; }
p { color: rgb(187,55,13); }
H1.HeaderClassName
{
color: #BB370D;
}
.AnyTagClassName
{
color: #BB370D;
}
</style>
background-color css
<style>
a { background-color: #BB370D; }
a { background-color: rgb(187,55,13); }
div.DivClassName
{
background-color: #BB370D;
}
.BgClassName
{
background-color: #BB370D;
}
</style>
border-color css
<style>
span { border-color: #BB370D; }
span { border-color: rgb(187,55,13); }
td.TdClassName
{
border-color: #BB370D;
}
.TagClassName
{
border-color: #BB370D;
}
</style>