Shades of Rust #BB3901
Tints of Rust #BB3901
RGB
CMYK
RGB Variations
Color information
#BB3901 (or 0xBB3901) is known color: Rust. HEX triplet: BB, 39 and 01. RGB value is (187,57,1). Sum of RGB (Red+Green+Blue) = 187+57+1=245 (32% of max value = 765). Red value is 187 (73.44% from 255 or 76.33% from 245); Green value is 57 (22.66% from 255 or 23.27% from 245); Blue value is 1 (0.78% from 255 or 0.41% from 245); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3901 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3901 is #44C6FE. Grayscale: #595959. Windows color (decimal): -4507391 or 80315. OLE color: 80315.
HSL color Cylindrical-coordinate representation of color #BB3901: hue angle of 18.06º 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 #BB3901 is Cyan = 0, Magento = 0.70, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 57 | 1 | - |
| CMYK | 0 | 0.70 | 0.99 | 0.27 |
| HSL | 18.06º | 0.99% | 0.37% | - |
| HSV(B) | 18.06º | 0.99% | 0.73% | - |
| XYZ | 21.96 | 13.49 | 1.48 | - |
| YUV | 89.49 | 78.07 | 197.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 57 | 1 | 0 | 0.70 | 0.99 | 0.27 | 18.06 | 0.99 | 0.37 |
| Hex | BB | 39 | 1 | 0 | 46 | 63 | 1B | 12 | 63 | 25 |
| Octal | 273 | 71 | 1 | 0 | 106 | 143 | 33 | 22 | 143 | 45 |
| Binary | 10111011 | 111001 | 1 | 0 | 1000110 | 1100011 | 11011 | 10010 | 1100011 | 100101 |
Color Harmonies of #BB3901
Complementary color
Monochromatic Colors of #BB3901
Black with #BB3901
Text Example
Text Example
White with #BB3901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3901; }
p { color: rgb(187,57,1); }
H1.HeaderClassName
{
color: #BB3901;
}
.AnyTagClassName
{
color: #BB3901;
}
</style>
background-color css
<style>
a { background-color: #BB3901; }
a { background-color: rgb(187,57,1); }
div.DivClassName
{
background-color: #BB3901;
}
.BgClassName
{
background-color: #BB3901;
}
</style>
border-color css
<style>
span { border-color: #BB3901; }
span { border-color: rgb(187,57,1); }
td.TdClassName
{
border-color: #BB3901;
}
.TagClassName
{
border-color: #BB3901;
}
</style>