Shades of Rust #BB4410
Tints of Rust #BB4410
RGB
CMYK
RGB Variations
Color information
#BB4410 (or 0xBB4410) is known color: Rust. HEX triplet: BB, 44 and 10. RGB value is (187,68,16). Sum of RGB (Red+Green+Blue) = 187+68+16=271 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.00% from 271); Green value is 68 (26.95% from 255 or 25.09% from 271); Blue value is 16 (6.64% from 255 or 5.90% from 271); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4410 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4410 is #44BBEF. Grayscale: #616161. Windows color (decimal): -4504560 or 1066171. OLE color: 1066171.
HSL color Cylindrical-coordinate representation of color #BB4410: hue angle of 18.25º 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 #BB4410 is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 68 | 16 | - |
| CMYK | 0 | 0.64 | 0.91 | 0.27 |
| HSL | 18.25º | 0.84% | 0.4% | - |
| HSV(B) | 18.25º | 0.91% | 0.73% | - |
| XYZ | 22.65 | 14.74 | 2.14 | - |
| YUV | 97.65 | 81.92 | 191.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 68 | 16 | 0 | 0.64 | 0.91 | 0.27 | 18.25 | 0.84 | 0.4 |
| Hex | BB | 44 | 10 | 0 | 40 | 5B | 1B | 12 | 54 | 28 |
| Octal | 273 | 104 | 20 | 0 | 100 | 133 | 33 | 22 | 124 | 50 |
| Binary | 10111011 | 1000100 | 10000 | 0 | 1000000 | 1011011 | 11011 | 10010 | 1010100 | 101000 |
Color Harmonies of #BB4410
Complementary color
Monochromatic Colors of #BB4410
Black with #BB4410
Text Example
Text Example
White with #BB4410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4410; }
p { color: rgb(187,68,16); }
H1.HeaderClassName
{
color: #BB4410;
}
.AnyTagClassName
{
color: #BB4410;
}
</style>
background-color css
<style>
a { background-color: #BB4410; }
a { background-color: rgb(187,68,16); }
div.DivClassName
{
background-color: #BB4410;
}
.BgClassName
{
background-color: #BB4410;
}
</style>
border-color css
<style>
span { border-color: #BB4410; }
span { border-color: rgb(187,68,16); }
td.TdClassName
{
border-color: #BB4410;
}
.TagClassName
{
border-color: #BB4410;
}
</style>