Shades of Rust #BB3701
Tints of Rust #BB3701
RGB
CMYK
RGB Variations
Color information
#BB3701 (or 0xBB3701) is known color: Rust. HEX triplet: BB, 37 and 01. RGB value is (187,55,1). Sum of RGB (Red+Green+Blue) = 187+55+1=243 (32% of max value = 765). Red value is 187 (73.44% from 255 or 76.95% from 243); Green value is 55 (21.88% from 255 or 22.63% from 243); Blue value is 1 (0.78% from 255 or 0.41% from 243); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3701 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3701 is #44C8FE. Grayscale: #585858. Windows color (decimal): -4507903 or 79803. OLE color: 79803.
HSL color Cylindrical-coordinate representation of color #BB3701: hue angle of 17.42º degrees, saturation: 0.99, 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 #BB3701 is Cyan = 0, Magento = 0.71, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 55 | 1 | - |
| CMYK | 0 | 0.71 | 0.99 | 0.27 |
| HSL | 17.42º | 0.99% | 0.37% | - |
| HSV(B) | 17.42º | 0.99% | 0.73% | - |
| XYZ | 21.87 | 13.3 | 1.44 | - |
| YUV | 88.31 | 78.73 | 198.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 55 | 1 | 0 | 0.71 | 0.99 | 0.27 | 17.42 | 0.99 | 0.37 |
| Hex | BB | 37 | 1 | 0 | 47 | 63 | 1B | 11 | 63 | 25 |
| Octal | 273 | 67 | 1 | 0 | 107 | 143 | 33 | 21 | 143 | 45 |
| Binary | 10111011 | 110111 | 1 | 0 | 1000111 | 1100011 | 11011 | 10001 | 1100011 | 100101 |
Color Harmonies of #BB3701
Complementary color
Monochromatic Colors of #BB3701
Black with #BB3701
Text Example
Text Example
White with #BB3701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3701; }
p { color: rgb(187,55,1); }
H1.HeaderClassName
{
color: #BB3701;
}
.AnyTagClassName
{
color: #BB3701;
}
</style>
background-color css
<style>
a { background-color: #BB3701; }
a { background-color: rgb(187,55,1); }
div.DivClassName
{
background-color: #BB3701;
}
.BgClassName
{
background-color: #BB3701;
}
</style>
border-color css
<style>
span { border-color: #BB3701; }
span { border-color: rgb(187,55,1); }
td.TdClassName
{
border-color: #BB3701;
}
.TagClassName
{
border-color: #BB3701;
}
</style>