Shades of Rust #BB4001
Tints of Rust #BB4001
RGB
CMYK
RGB Variations
Color information
#BB4001 (or 0xBB4001) is known color: Rust. HEX triplet: BB, 40 and 01. RGB value is (187,64,1). Sum of RGB (Red+Green+Blue) = 187+64+1=252 (33% of max value = 765). Red value is 187 (73.44% from 255 or 74.21% from 252); Green value is 64 (25.39% from 255 or 25.40% from 252); Blue value is 1 (0.78% from 255 or 0.40% from 252); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4001 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4001 is #44BFFE. Grayscale: #5D5D5D. Windows color (decimal): -4505599 or 82107. OLE color: 82107.
HSL color Cylindrical-coordinate representation of color #BB4001: hue angle of 20.32º 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 #BB4001 is Cyan = 0, Magento = 0.66, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 64 | 1 | - |
| CMYK | 0 | 0.66 | 0.99 | 0.27 |
| HSL | 20.32º | 0.99% | 0.37% | - |
| HSV(B) | 20.32º | 0.99% | 0.73% | - |
| XYZ | 22.33 | 14.23 | 1.6 | - |
| YUV | 93.6 | 75.75 | 194.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 64 | 1 | 0 | 0.66 | 0.99 | 0.27 | 20.32 | 0.99 | 0.37 |
| Hex | BB | 40 | 1 | 0 | 42 | 63 | 1B | 14 | 63 | 25 |
| Octal | 273 | 100 | 1 | 0 | 102 | 143 | 33 | 24 | 143 | 45 |
| Binary | 10111011 | 1000000 | 1 | 0 | 1000010 | 1100011 | 11011 | 10100 | 1100011 | 100101 |
Color Harmonies of #BB4001
Complementary color
Monochromatic Colors of #BB4001
Black with #BB4001
Text Example
Text Example
White with #BB4001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4001; }
p { color: rgb(187,64,1); }
H1.HeaderClassName
{
color: #BB4001;
}
.AnyTagClassName
{
color: #BB4001;
}
</style>
background-color css
<style>
a { background-color: #BB4001; }
a { background-color: rgb(187,64,1); }
div.DivClassName
{
background-color: #BB4001;
}
.BgClassName
{
background-color: #BB4001;
}
</style>
border-color css
<style>
span { border-color: #BB4001; }
span { border-color: rgb(187,64,1); }
td.TdClassName
{
border-color: #BB4001;
}
.TagClassName
{
border-color: #BB4001;
}
</style>