Shades of Rust #BB3F01
Tints of Rust #BB3F01
RGB
CMYK
RGB Variations
Color information
#BB3F01 (or 0xBB3F01) is known color: Rust. HEX triplet: BB, 3F and 01. RGB value is (187,63,1). Sum of RGB (Red+Green+Blue) = 187+63+1=251 (33% of max value = 765). Red value is 187 (73.44% from 255 or 74.50% from 251); Green value is 63 (25% from 255 or 25.10% from 251); Blue value is 1 (0.78% from 255 or 0.40% from 251); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3F01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3F01 is #44C0FE. Grayscale: #5D5D5D. Windows color (decimal): -4505855 or 81851. OLE color: 81851.
HSL color Cylindrical-coordinate representation of color #BB3F01: hue angle of 20º 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 #BB3F01 is Cyan = 0, Magento = 0.66, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 63 | 1 | - |
| CMYK | 0 | 0.66 | 0.99 | 0.27 |
| HSL | 20º | 0.99% | 0.37% | - |
| HSV(B) | 20º | 0.99% | 0.73% | - |
| XYZ | 22.28 | 14.12 | 1.58 | - |
| YUV | 93.01 | 76.08 | 195.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 63 | 1 | 0 | 0.66 | 0.99 | 0.27 | 20 | 0.99 | 0.37 |
| Hex | BB | 3F | 1 | 0 | 42 | 63 | 1B | 14 | 63 | 25 |
| Octal | 273 | 77 | 1 | 0 | 102 | 143 | 33 | 24 | 143 | 45 |
| Binary | 10111011 | 111111 | 1 | 0 | 1000010 | 1100011 | 11011 | 10100 | 1100011 | 100101 |
Color Harmonies of #BB3F01
Complementary color
Monochromatic Colors of #BB3F01
Black with #BB3F01
Text Example
Text Example
White with #BB3F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3F01; }
p { color: rgb(187,63,1); }
H1.HeaderClassName
{
color: #BB3F01;
}
.AnyTagClassName
{
color: #BB3F01;
}
</style>
background-color css
<style>
a { background-color: #BB3F01; }
a { background-color: rgb(187,63,1); }
div.DivClassName
{
background-color: #BB3F01;
}
.BgClassName
{
background-color: #BB3F01;
}
</style>
border-color css
<style>
span { border-color: #BB3F01; }
span { border-color: rgb(187,63,1); }
td.TdClassName
{
border-color: #BB3F01;
}
.TagClassName
{
border-color: #BB3F01;
}
</style>