Shades of Rust #BB3001
Tints of Rust #BB3001
RGB
CMYK
RGB Variations
Color information
#BB3001 (or 0xBB3001) is known color: Rust. HEX triplet: BB, 30 and 01. RGB value is (187,48,1). Sum of RGB (Red+Green+Blue) = 187+48+1=236 (31% of max value = 765). Red value is 187 (73.44% from 255 or 79.24% from 236); Green value is 48 (19.14% from 255 or 20.34% from 236); Blue value is 1 (0.78% from 255 or 0.42% from 236); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3001 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3001 is #44CFFE. Grayscale: #545454. Windows color (decimal): -4509695 or 78011. OLE color: 78011.
HSL color Cylindrical-coordinate representation of color #BB3001: hue angle of 15.16º 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 #BB3001 is Cyan = 0, Magento = 0.74, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 48 | 1 | - |
| CMYK | 0 | 0.74 | 0.99 | 0.27 |
| HSL | 15.16º | 0.99% | 0.37% | - |
| HSV(B) | 15.16º | 0.99% | 0.73% | - |
| XYZ | 21.56 | 12.68 | 1.34 | - |
| YUV | 84.2 | 81.05 | 201.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 48 | 1 | 0 | 0.74 | 0.99 | 0.27 | 15.16 | 0.99 | 0.37 |
| Hex | BB | 30 | 1 | 0 | 4A | 63 | 1B | F | 63 | 25 |
| Octal | 273 | 60 | 1 | 0 | 112 | 143 | 33 | 17 | 143 | 45 |
| Binary | 10111011 | 110000 | 1 | 0 | 1001010 | 1100011 | 11011 | 1111 | 1100011 | 100101 |
Color Harmonies of #BB3001
Complementary color
Monochromatic Colors of #BB3001
Black with #BB3001
Text Example
Text Example
White with #BB3001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3001; }
p { color: rgb(187,48,1); }
H1.HeaderClassName
{
color: #BB3001;
}
.AnyTagClassName
{
color: #BB3001;
}
</style>
background-color css
<style>
a { background-color: #BB3001; }
a { background-color: rgb(187,48,1); }
div.DivClassName
{
background-color: #BB3001;
}
.BgClassName
{
background-color: #BB3001;
}
</style>
border-color css
<style>
span { border-color: #BB3001; }
span { border-color: rgb(187,48,1); }
td.TdClassName
{
border-color: #BB3001;
}
.TagClassName
{
border-color: #BB3001;
}
</style>