Shades of Rust #BB3401
Tints of Rust #BB3401
RGB
CMYK
RGB Variations
Color information
#BB3401 (or 0xBB3401) is known color: Rust. HEX triplet: BB, 34 and 01. RGB value is (187,52,1). Sum of RGB (Red+Green+Blue) = 187+52+1=240 (31% of max value = 765). Red value is 187 (73.44% from 255 or 77.92% from 240); Green value is 52 (20.70% from 255 or 21.67% from 240); Blue value is 1 (0.78% from 255 or 0.42% from 240); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3401 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3401 is #44CBFE. Grayscale: #565656. Windows color (decimal): -4508671 or 79035. OLE color: 79035.
HSL color Cylindrical-coordinate representation of color #BB3401: hue angle of 16.45º 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 #BB3401 is Cyan = 0, Magento = 0.72, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 52 | 1 | - |
| CMYK | 0 | 0.72 | 0.99 | 0.27 |
| HSL | 16.45º | 0.99% | 0.37% | - |
| HSV(B) | 16.45º | 0.99% | 0.73% | - |
| XYZ | 21.73 | 13.02 | 1.4 | - |
| YUV | 86.55 | 79.73 | 199.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 52 | 1 | 0 | 0.72 | 0.99 | 0.27 | 16.45 | 0.99 | 0.37 |
| Hex | BB | 34 | 1 | 0 | 48 | 63 | 1B | 10 | 63 | 25 |
| Octal | 273 | 64 | 1 | 0 | 110 | 143 | 33 | 20 | 143 | 45 |
| Binary | 10111011 | 110100 | 1 | 0 | 1001000 | 1100011 | 11011 | 10000 | 1100011 | 100101 |
Color Harmonies of #BB3401
Complementary color
Monochromatic Colors of #BB3401
Black with #BB3401
Text Example
Text Example
White with #BB3401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3401; }
p { color: rgb(187,52,1); }
H1.HeaderClassName
{
color: #BB3401;
}
.AnyTagClassName
{
color: #BB3401;
}
</style>
background-color css
<style>
a { background-color: #BB3401; }
a { background-color: rgb(187,52,1); }
div.DivClassName
{
background-color: #BB3401;
}
.BgClassName
{
background-color: #BB3401;
}
</style>
border-color css
<style>
span { border-color: #BB3401; }
span { border-color: rgb(187,52,1); }
td.TdClassName
{
border-color: #BB3401;
}
.TagClassName
{
border-color: #BB3401;
}
</style>