Shades of Rust #BB4201
Tints of Rust #BB4201
RGB
CMYK
RGB Variations
Color information
#BB4201 (or 0xBB4201) is known color: Rust. HEX triplet: BB, 42 and 01. RGB value is (187,66,1). Sum of RGB (Red+Green+Blue) = 187+66+1=254 (33% of max value = 765). Red value is 187 (73.44% from 255 or 73.62% from 254); Green value is 66 (26.17% from 255 or 25.98% from 254); Blue value is 1 (0.78% from 255 or 0.39% from 254); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4201 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4201 is #44BDFE. Grayscale: #5F5F5F. Windows color (decimal): -4505087 or 82619. OLE color: 82619.
HSL color Cylindrical-coordinate representation of color #BB4201: hue angle of 20.97º 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 #BB4201 is Cyan = 0, Magento = 0.65, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 66 | 1 | - |
| CMYK | 0 | 0.65 | 0.99 | 0.27 |
| HSL | 20.97º | 0.99% | 0.37% | - |
| HSV(B) | 20.97º | 0.99% | 0.73% | - |
| XYZ | 22.45 | 14.46 | 1.64 | - |
| YUV | 94.77 | 75.09 | 193.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 66 | 1 | 0 | 0.65 | 0.99 | 0.27 | 20.97 | 0.99 | 0.37 |
| Hex | BB | 42 | 1 | 0 | 41 | 63 | 1B | 15 | 63 | 25 |
| Octal | 273 | 102 | 1 | 0 | 101 | 143 | 33 | 25 | 143 | 45 |
| Binary | 10111011 | 1000010 | 1 | 0 | 1000001 | 1100011 | 11011 | 10101 | 1100011 | 100101 |
Color Harmonies of #BB4201
Complementary color
Monochromatic Colors of #BB4201
Black with #BB4201
Text Example
Text Example
White with #BB4201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4201; }
p { color: rgb(187,66,1); }
H1.HeaderClassName
{
color: #BB4201;
}
.AnyTagClassName
{
color: #BB4201;
}
</style>
background-color css
<style>
a { background-color: #BB4201; }
a { background-color: rgb(187,66,1); }
div.DivClassName
{
background-color: #BB4201;
}
.BgClassName
{
background-color: #BB4201;
}
</style>
border-color css
<style>
span { border-color: #BB4201; }
span { border-color: rgb(187,66,1); }
td.TdClassName
{
border-color: #BB4201;
}
.TagClassName
{
border-color: #BB4201;
}
</style>