Shades of Rust #BB3201
Tints of Rust #BB3201
RGB
CMYK
RGB Variations
Color information
#BB3201 (or 0xBB3201) is known color: Rust. HEX triplet: BB, 32 and 01. RGB value is (187,50,1). Sum of RGB (Red+Green+Blue) = 187+50+1=238 (31% of max value = 765). Red value is 187 (73.44% from 255 or 78.57% from 238); Green value is 50 (19.92% from 255 or 21.01% from 238); Blue value is 1 (0.78% from 255 or 0.42% from 238); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3201 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3201 is #44CDFE. Grayscale: #555555. Windows color (decimal): -4509183 or 78523. OLE color: 78523.
HSL color Cylindrical-coordinate representation of color #BB3201: hue angle of 15.81º 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 #BB3201 is Cyan = 0, Magento = 0.73, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 50 | 1 | - |
| CMYK | 0 | 0.73 | 0.99 | 0.27 |
| HSL | 15.81º | 0.99% | 0.37% | - |
| HSV(B) | 15.81º | 0.99% | 0.73% | - |
| XYZ | 21.64 | 12.85 | 1.37 | - |
| YUV | 85.38 | 80.39 | 200.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 50 | 1 | 0 | 0.73 | 0.99 | 0.27 | 15.81 | 0.99 | 0.37 |
| Hex | BB | 32 | 1 | 0 | 49 | 63 | 1B | 10 | 63 | 25 |
| Octal | 273 | 62 | 1 | 0 | 111 | 143 | 33 | 20 | 143 | 45 |
| Binary | 10111011 | 110010 | 1 | 0 | 1001001 | 1100011 | 11011 | 10000 | 1100011 | 100101 |
Color Harmonies of #BB3201
Complementary color
Monochromatic Colors of #BB3201
Black with #BB3201
Text Example
Text Example
White with #BB3201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3201; }
p { color: rgb(187,50,1); }
H1.HeaderClassName
{
color: #BB3201;
}
.AnyTagClassName
{
color: #BB3201;
}
</style>
background-color css
<style>
a { background-color: #BB3201; }
a { background-color: rgb(187,50,1); }
div.DivClassName
{
background-color: #BB3201;
}
.BgClassName
{
background-color: #BB3201;
}
</style>
border-color css
<style>
span { border-color: #BB3201; }
span { border-color: rgb(187,50,1); }
td.TdClassName
{
border-color: #BB3201;
}
.TagClassName
{
border-color: #BB3201;
}
</style>