Shades of Rust #BB3208
Tints of Rust #BB3208
RGB
CMYK
RGB Variations
Color information
#BB3208 (or 0xBB3208) is known color: Rust. HEX triplet: BB, 32 and 08. RGB value is (187,50,8). Sum of RGB (Red+Green+Blue) = 187+50+8=245 (32% of max value = 765). Red value is 187 (73.44% from 255 or 76.33% from 245); Green value is 50 (19.92% from 255 or 20.41% from 245); Blue value is 8 (3.52% from 255 or 3.27% from 245); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3208 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3208 is #44CDF7. Grayscale: #565656. Windows color (decimal): -4509176 or 537275. OLE color: 537275.
HSL color Cylindrical-coordinate representation of color #BB3208: hue angle of 14.08º 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 #BB3208 is Cyan = 0, Magento = 0.73, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 50 | 8 | - |
| CMYK | 0 | 0.73 | 0.96 | 0.27 |
| HSL | 14.08º | 0.92% | 0.38% | - |
| HSV(B) | 14.08º | 0.96% | 0.73% | - |
| XYZ | 21.68 | 12.86 | 1.57 | - |
| YUV | 86.18 | 83.89 | 199.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 50 | 8 | 0 | 0.73 | 0.96 | 0.27 | 14.08 | 0.92 | 0.38 |
| Hex | BB | 32 | 8 | 0 | 49 | 60 | 1B | E | 5C | 26 |
| Octal | 273 | 62 | 10 | 0 | 111 | 140 | 33 | 16 | 134 | 46 |
| Binary | 10111011 | 110010 | 1000 | 0 | 1001001 | 1100000 | 11011 | 1110 | 1011100 | 100110 |
Color Harmonies of #BB3208
Complementary color
Monochromatic Colors of #BB3208
Black with #BB3208
Text Example
Text Example
White with #BB3208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3208; }
p { color: rgb(187,50,8); }
H1.HeaderClassName
{
color: #BB3208;
}
.AnyTagClassName
{
color: #BB3208;
}
</style>
background-color css
<style>
a { background-color: #BB3208; }
a { background-color: rgb(187,50,8); }
div.DivClassName
{
background-color: #BB3208;
}
.BgClassName
{
background-color: #BB3208;
}
</style>
border-color css
<style>
span { border-color: #BB3208; }
span { border-color: rgb(187,50,8); }
td.TdClassName
{
border-color: #BB3208;
}
.TagClassName
{
border-color: #BB3208;
}
</style>