Shades of Rust #BB3910
Tints of Rust #BB3910
RGB
CMYK
RGB Variations
Color information
#BB3910 (or 0xBB3910) is known color: Rust. HEX triplet: BB, 39 and 10. RGB value is (187,57,16). Sum of RGB (Red+Green+Blue) = 187+57+16=260 (34% of max value = 765). Red value is 187 (73.44% from 255 or 71.92% from 260); Green value is 57 (22.66% from 255 or 21.92% from 260); Blue value is 16 (6.64% from 255 or 6.15% from 260); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3910 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3910 is #44C6EF. Grayscale: #5B5B5B. Windows color (decimal): -4507376 or 1063355. OLE color: 1063355.
HSL color Cylindrical-coordinate representation of color #BB3910: hue angle of 14.39º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BB3910 is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 57 | 16 | - |
| CMYK | 0 | 0.70 | 0.91 | 0.27 |
| HSL | 14.39º | 0.84% | 0.4% | - |
| HSV(B) | 14.39º | 0.91% | 0.73% | - |
| XYZ | 22.05 | 13.53 | 1.94 | - |
| YUV | 91.2 | 85.57 | 196.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 57 | 16 | 0 | 0.70 | 0.91 | 0.27 | 14.39 | 0.84 | 0.4 |
| Hex | BB | 39 | 10 | 0 | 46 | 5B | 1B | E | 54 | 28 |
| Octal | 273 | 71 | 20 | 0 | 106 | 133 | 33 | 16 | 124 | 50 |
| Binary | 10111011 | 111001 | 10000 | 0 | 1000110 | 1011011 | 11011 | 1110 | 1010100 | 101000 |
Color Harmonies of #BB3910
Complementary color
Monochromatic Colors of #BB3910
Black with #BB3910
Text Example
Text Example
White with #BB3910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3910; }
p { color: rgb(187,57,16); }
H1.HeaderClassName
{
color: #BB3910;
}
.AnyTagClassName
{
color: #BB3910;
}
</style>
background-color css
<style>
a { background-color: #BB3910; }
a { background-color: rgb(187,57,16); }
div.DivClassName
{
background-color: #BB3910;
}
.BgClassName
{
background-color: #BB3910;
}
</style>
border-color css
<style>
span { border-color: #BB3910; }
span { border-color: rgb(187,57,16); }
td.TdClassName
{
border-color: #BB3910;
}
.TagClassName
{
border-color: #BB3910;
}
</style>