Shades of Rust #BB4D01
Tints of Rust #BB4D01
RGB
CMYK
RGB Variations
Color information
#BB4D01 (or 0xBB4D01) is known color: Rust. HEX triplet: BB, 4D and 01. RGB value is (187,77,1). Sum of RGB (Red+Green+Blue) = 187+77+1=265 (35% of max value = 765). Red value is 187 (73.44% from 255 or 70.57% from 265); Green value is 77 (30.47% from 255 or 29.06% from 265); Blue value is 1 (0.78% from 255 or 0.38% from 265); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4D01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB4D01 is #44B2FE. Grayscale: #656565. Windows color (decimal): -4502271 or 85435. OLE color: 85435.
HSL color Cylindrical-coordinate representation of color #BB4D01: hue angle of 24.52º 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 #BB4D01 is Cyan = 0, Magento = 0.59, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 77 | 1 | - |
| CMYK | 0 | 0.59 | 0.99 | 0.27 |
| HSL | 24.52º | 0.99% | 0.37% | - |
| HSV(B) | 24.52º | 0.99% | 0.73% | - |
| XYZ | 23.15 | 15.87 | 1.87 | - |
| YUV | 101.23 | 71.44 | 189.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 77 | 1 | 0 | 0.59 | 0.99 | 0.27 | 24.52 | 0.99 | 0.37 |
| Hex | BB | 4D | 1 | 0 | 3B | 63 | 1B | 19 | 63 | 25 |
| Octal | 273 | 115 | 1 | 0 | 73 | 143 | 33 | 31 | 143 | 45 |
| Binary | 10111011 | 1001101 | 1 | 0 | 111011 | 1100011 | 11011 | 11001 | 1100011 | 100101 |
Color Harmonies of #BB4D01
Complementary color
Monochromatic Colors of #BB4D01
Black with #BB4D01
Text Example
Text Example
White with #BB4D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4D01; }
p { color: rgb(187,77,1); }
H1.HeaderClassName
{
color: #BB4D01;
}
.AnyTagClassName
{
color: #BB4D01;
}
</style>
background-color css
<style>
a { background-color: #BB4D01; }
a { background-color: rgb(187,77,1); }
div.DivClassName
{
background-color: #BB4D01;
}
.BgClassName
{
background-color: #BB4D01;
}
</style>
border-color css
<style>
span { border-color: #BB4D01; }
span { border-color: rgb(187,77,1); }
td.TdClassName
{
border-color: #BB4D01;
}
.TagClassName
{
border-color: #BB4D01;
}
</style>