Shades of Rust #BB4207
Tints of Rust #BB4207
RGB
CMYK
RGB Variations
Color information
#BB4207 (or 0xBB4207) is known color: Rust. HEX triplet: BB, 42 and 07. RGB value is (187,66,7). Sum of RGB (Red+Green+Blue) = 187+66+7=260 (34% of max value = 765). Red value is 187 (73.44% from 255 or 71.92% from 260); Green value is 66 (26.17% from 255 or 25.38% from 260); Blue value is 7 (3.12% from 255 or 2.69% from 260); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4207 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4207 is #44BDF8. Grayscale: #5F5F5F. Windows color (decimal): -4505081 or 475835. OLE color: 475835.
HSL color Cylindrical-coordinate representation of color #BB4207: hue angle of 19.67º 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 #BB4207 is Cyan = 0, Magento = 0.65, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 66 | 7 | - |
| CMYK | 0 | 0.65 | 0.96 | 0.27 |
| HSL | 19.67º | 0.93% | 0.38% | - |
| HSV(B) | 19.67º | 0.96% | 0.73% | - |
| XYZ | 22.48 | 14.48 | 1.81 | - |
| YUV | 95.45 | 78.09 | 193.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 66 | 7 | 0 | 0.65 | 0.96 | 0.27 | 19.67 | 0.93 | 0.38 |
| Hex | BB | 42 | 7 | 0 | 41 | 60 | 1B | 14 | 5D | 26 |
| Octal | 273 | 102 | 7 | 0 | 101 | 140 | 33 | 24 | 135 | 46 |
| Binary | 10111011 | 1000010 | 111 | 0 | 1000001 | 1100000 | 11011 | 10100 | 1011101 | 100110 |
Color Harmonies of #BB4207
Complementary color
Monochromatic Colors of #BB4207
Black with #BB4207
Text Example
Text Example
White with #BB4207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4207; }
p { color: rgb(187,66,7); }
H1.HeaderClassName
{
color: #BB4207;
}
.AnyTagClassName
{
color: #BB4207;
}
</style>
background-color css
<style>
a { background-color: #BB4207; }
a { background-color: rgb(187,66,7); }
div.DivClassName
{
background-color: #BB4207;
}
.BgClassName
{
background-color: #BB4207;
}
</style>
border-color css
<style>
span { border-color: #BB4207; }
span { border-color: rgb(187,66,7); }
td.TdClassName
{
border-color: #BB4207;
}
.TagClassName
{
border-color: #BB4207;
}
</style>