Shades of Rust #BB3207
Tints of Rust #BB3207
RGB
CMYK
RGB Variations
Color information
#BB3207 (or 0xBB3207) is known color: Rust. HEX triplet: BB, 32 and 07. RGB value is (187,50,7). Sum of RGB (Red+Green+Blue) = 187+50+7=244 (32% of max value = 765). Red value is 187 (73.44% from 255 or 76.64% from 244); Green value is 50 (19.92% from 255 or 20.49% from 244); Blue value is 7 (3.12% from 255 or 2.87% from 244); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3207 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3207 is #44CDF8. Grayscale: #565656. Windows color (decimal): -4509177 or 471739. OLE color: 471739.
HSL color Cylindrical-coordinate representation of color #BB3207: hue angle of 14.33º degrees, saturation: 0.93, 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 #BB3207 is Cyan = 0, Magento = 0.73, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 50 | 7 | - |
| CMYK | 0 | 0.73 | 0.96 | 0.27 |
| HSL | 14.33º | 0.93% | 0.38% | - |
| HSV(B) | 14.33º | 0.96% | 0.73% | - |
| XYZ | 21.67 | 12.86 | 1.54 | - |
| YUV | 86.06 | 83.39 | 200 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 50 | 7 | 0 | 0.73 | 0.96 | 0.27 | 14.33 | 0.93 | 0.38 |
| Hex | BB | 32 | 7 | 0 | 49 | 60 | 1B | E | 5D | 26 |
| Octal | 273 | 62 | 7 | 0 | 111 | 140 | 33 | 16 | 135 | 46 |
| Binary | 10111011 | 110010 | 111 | 0 | 1001001 | 1100000 | 11011 | 1110 | 1011101 | 100110 |
Color Harmonies of #BB3207
Complementary color
Monochromatic Colors of #BB3207
Black with #BB3207
Text Example
Text Example
White with #BB3207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3207; }
p { color: rgb(187,50,7); }
H1.HeaderClassName
{
color: #BB3207;
}
.AnyTagClassName
{
color: #BB3207;
}
</style>
background-color css
<style>
a { background-color: #BB3207; }
a { background-color: rgb(187,50,7); }
div.DivClassName
{
background-color: #BB3207;
}
.BgClassName
{
background-color: #BB3207;
}
</style>
border-color css
<style>
span { border-color: #BB3207; }
span { border-color: rgb(187,50,7); }
td.TdClassName
{
border-color: #BB3207;
}
.TagClassName
{
border-color: #BB3207;
}
</style>