Shades of Rust #BB4108
Tints of Rust #BB4108
RGB
CMYK
RGB Variations
Color information
#BB4108 (or 0xBB4108) is known color: Rust. HEX triplet: BB, 41 and 08. RGB value is (187,65,8). Sum of RGB (Red+Green+Blue) = 187+65+8=260 (34% of max value = 765). Red value is 187 (73.44% from 255 or 71.92% from 260); Green value is 65 (25.78% from 255 or 25% from 260); Blue value is 8 (3.52% from 255 or 3.08% from 260); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4108 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4108 is #44BEF7. Grayscale: #5F5F5F. Windows color (decimal): -4505336 or 541115. OLE color: 541115.
HSL color Cylindrical-coordinate representation of color #BB4108: hue angle of 19.11º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BB4108 is Cyan = 0, Magento = 0.65, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 65 | 8 | - |
| CMYK | 0 | 0.65 | 0.96 | 0.27 |
| HSL | 19.11º | 0.92% | 0.38% | - |
| HSV(B) | 19.11º | 0.96% | 0.73% | - |
| XYZ | 22.43 | 14.36 | 1.82 | - |
| YUV | 94.98 | 78.92 | 193.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 65 | 8 | 0 | 0.65 | 0.96 | 0.27 | 19.11 | 0.92 | 0.38 |
| Hex | BB | 41 | 8 | 0 | 41 | 60 | 1B | 13 | 5C | 26 |
| Octal | 273 | 101 | 10 | 0 | 101 | 140 | 33 | 23 | 134 | 46 |
| Binary | 10111011 | 1000001 | 1000 | 0 | 1000001 | 1100000 | 11011 | 10011 | 1011100 | 100110 |
Color Harmonies of #BB4108
Complementary color
Monochromatic Colors of #BB4108
Black with #BB4108
Text Example
Text Example
White with #BB4108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4108; }
p { color: rgb(187,65,8); }
H1.HeaderClassName
{
color: #BB4108;
}
.AnyTagClassName
{
color: #BB4108;
}
</style>
background-color css
<style>
a { background-color: #BB4108; }
a { background-color: rgb(187,65,8); }
div.DivClassName
{
background-color: #BB4108;
}
.BgClassName
{
background-color: #BB4108;
}
</style>
border-color css
<style>
span { border-color: #BB4108; }
span { border-color: rgb(187,65,8); }
td.TdClassName
{
border-color: #BB4108;
}
.TagClassName
{
border-color: #BB4108;
}
</style>