Shades of Rust #BB3904
Tints of Rust #BB3904
RGB
CMYK
RGB Variations
Color information
#BB3904 (or 0xBB3904) is known color: Rust. HEX triplet: BB, 39 and 04. RGB value is (187,57,4). Sum of RGB (Red+Green+Blue) = 187+57+4=248 (32% of max value = 765). Red value is 187 (73.44% from 255 or 75.40% from 248); Green value is 57 (22.66% from 255 or 22.98% from 248); Blue value is 4 (1.95% from 255 or 1.61% from 248); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3904 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3904 is #44C6FB. Grayscale: #5A5A5A. Windows color (decimal): -4507388 or 276923. OLE color: 276923.
HSL color Cylindrical-coordinate representation of color #BB3904: hue angle of 17.38º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BB3904 is Cyan = 0, Magento = 0.70, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 57 | 4 | - |
| CMYK | 0 | 0.70 | 0.98 | 0.27 |
| HSL | 17.38º | 0.96% | 0.37% | - |
| HSV(B) | 17.38º | 0.98% | 0.73% | - |
| XYZ | 21.98 | 13.5 | 1.56 | - |
| YUV | 89.83 | 79.57 | 197.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 57 | 4 | 0 | 0.70 | 0.98 | 0.27 | 17.38 | 0.96 | 0.37 |
| Hex | BB | 39 | 4 | 0 | 46 | 62 | 1B | 11 | 60 | 25 |
| Octal | 273 | 71 | 4 | 0 | 106 | 142 | 33 | 21 | 140 | 45 |
| Binary | 10111011 | 111001 | 100 | 0 | 1000110 | 1100010 | 11011 | 10001 | 1100000 | 100101 |
Color Harmonies of #BB3904
Complementary color
Monochromatic Colors of #BB3904
Black with #BB3904
Text Example
Text Example
White with #BB3904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3904; }
p { color: rgb(187,57,4); }
H1.HeaderClassName
{
color: #BB3904;
}
.AnyTagClassName
{
color: #BB3904;
}
</style>
background-color css
<style>
a { background-color: #BB3904; }
a { background-color: rgb(187,57,4); }
div.DivClassName
{
background-color: #BB3904;
}
.BgClassName
{
background-color: #BB3904;
}
</style>
border-color css
<style>
span { border-color: #BB3904; }
span { border-color: rgb(187,57,4); }
td.TdClassName
{
border-color: #BB3904;
}
.TagClassName
{
border-color: #BB3904;
}
</style>