Shades of Rust #BB4307
Tints of Rust #BB4307
RGB
CMYK
RGB Variations
Color information
#BB4307 (or 0xBB4307) is known color: Rust. HEX triplet: BB, 43 and 07. RGB value is (187,67,7). Sum of RGB (Red+Green+Blue) = 187+67+7=261 (34% of max value = 765). Red value is 187 (73.44% from 255 or 71.65% from 261); Green value is 67 (26.56% from 255 or 25.67% from 261); Blue value is 7 (3.12% from 255 or 2.68% from 261); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4307 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4307 is #44BCF8. Grayscale: #606060. Windows color (decimal): -4504825 or 476091. OLE color: 476091.
HSL color Cylindrical-coordinate representation of color #BB4307: hue angle of 20º 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 #BB4307 is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 67 | 7 | - |
| CMYK | 0 | 0.64 | 0.96 | 0.27 |
| HSL | 20º | 0.93% | 0.38% | - |
| HSV(B) | 20º | 0.96% | 0.73% | - |
| XYZ | 22.54 | 14.59 | 1.83 | - |
| YUV | 96.04 | 77.76 | 192.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 67 | 7 | 0 | 0.64 | 0.96 | 0.27 | 20 | 0.93 | 0.38 |
| Hex | BB | 43 | 7 | 0 | 40 | 60 | 1B | 14 | 5D | 26 |
| Octal | 273 | 103 | 7 | 0 | 100 | 140 | 33 | 24 | 135 | 46 |
| Binary | 10111011 | 1000011 | 111 | 0 | 1000000 | 1100000 | 11011 | 10100 | 1011101 | 100110 |
Color Harmonies of #BB4307
Complementary color
Monochromatic Colors of #BB4307
Black with #BB4307
Text Example
Text Example
White with #BB4307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4307; }
p { color: rgb(187,67,7); }
H1.HeaderClassName
{
color: #BB4307;
}
.AnyTagClassName
{
color: #BB4307;
}
</style>
background-color css
<style>
a { background-color: #BB4307; }
a { background-color: rgb(187,67,7); }
div.DivClassName
{
background-color: #BB4307;
}
.BgClassName
{
background-color: #BB4307;
}
</style>
border-color css
<style>
span { border-color: #BB4307; }
span { border-color: rgb(187,67,7); }
td.TdClassName
{
border-color: #BB4307;
}
.TagClassName
{
border-color: #BB4307;
}
</style>