Shades of Rust #BB3702
Tints of Rust #BB3702
RGB
CMYK
RGB Variations
Color information
#BB3702 (or 0xBB3702) is known color: Rust. HEX triplet: BB, 37 and 02. RGB value is (187,55,2). Sum of RGB (Red+Green+Blue) = 187+55+2=244 (32% of max value = 765). Red value is 187 (73.44% from 255 or 76.64% from 244); Green value is 55 (21.88% from 255 or 22.54% from 244); Blue value is 2 (1.17% from 255 or 0.82% from 244); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3702 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3702 is #44C8FD. Grayscale: #585858. Windows color (decimal): -4507902 or 145339. OLE color: 145339.
HSL color Cylindrical-coordinate representation of color #BB3702: hue angle of 17.19º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB3702 is Cyan = 0, Magento = 0.71, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 55 | 2 | - |
| CMYK | 0 | 0.71 | 0.99 | 0.27 |
| HSL | 17.19º | 0.98% | 0.37% | - |
| HSV(B) | 17.19º | 0.99% | 0.73% | - |
| XYZ | 21.87 | 13.3 | 1.47 | - |
| YUV | 88.43 | 79.23 | 198.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 55 | 2 | 0 | 0.71 | 0.99 | 0.27 | 17.19 | 0.98 | 0.37 |
| Hex | BB | 37 | 2 | 0 | 47 | 63 | 1B | 11 | 62 | 25 |
| Octal | 273 | 67 | 2 | 0 | 107 | 143 | 33 | 21 | 142 | 45 |
| Binary | 10111011 | 110111 | 10 | 0 | 1000111 | 1100011 | 11011 | 10001 | 1100010 | 100101 |
Color Harmonies of #BB3702
Complementary color
Monochromatic Colors of #BB3702
Black with #BB3702
Text Example
Text Example
White with #BB3702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3702; }
p { color: rgb(187,55,2); }
H1.HeaderClassName
{
color: #BB3702;
}
.AnyTagClassName
{
color: #BB3702;
}
</style>
background-color css
<style>
a { background-color: #BB3702; }
a { background-color: rgb(187,55,2); }
div.DivClassName
{
background-color: #BB3702;
}
.BgClassName
{
background-color: #BB3702;
}
</style>
border-color css
<style>
span { border-color: #BB3702; }
span { border-color: rgb(187,55,2); }
td.TdClassName
{
border-color: #BB3702;
}
.TagClassName
{
border-color: #BB3702;
}
</style>