Shades of Rust #BC4407
Tints of Rust #BC4407
RGB
CMYK
RGB Variations
Color information
#BC4407 (or 0xBC4407) is known color: Rust. HEX triplet: BC, 44 and 07. RGB value is (188,68,7). Sum of RGB (Red+Green+Blue) = 188+68+7=263 (34% of max value = 765). Red value is 188 (73.83% from 255 or 71.48% from 263); Green value is 68 (26.95% from 255 or 25.86% from 263); Blue value is 7 (3.12% from 255 or 2.66% from 263); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4407 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4407 is #43BBF8. Grayscale: #616161. Windows color (decimal): -4439033 or 476348. OLE color: 476348.
HSL color Cylindrical-coordinate representation of color #BC4407: hue angle of 20.22º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC4407 is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 68 | 7 | - |
| CMYK | 0 | 0.64 | 0.96 | 0.26 |
| HSL | 20.22º | 0.93% | 0.38% | - |
| HSV(B) | 20.22º | 0.96% | 0.74% | - |
| XYZ | 22.84 | 14.84 | 1.86 | - |
| YUV | 96.93 | 77.26 | 192.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 68 | 7 | 0 | 0.64 | 0.96 | 0.26 | 20.22 | 0.93 | 0.38 |
| Hex | BC | 44 | 7 | 0 | 40 | 60 | 1A | 14 | 5D | 26 |
| Octal | 274 | 104 | 7 | 0 | 100 | 140 | 32 | 24 | 135 | 46 |
| Binary | 10111100 | 1000100 | 111 | 0 | 1000000 | 1100000 | 11010 | 10100 | 1011101 | 100110 |
Color Harmonies of #BC4407
Complementary color
Monochromatic Colors of #BC4407
Black with #BC4407
Text Example
Text Example
White with #BC4407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4407; }
p { color: rgb(188,68,7); }
H1.HeaderClassName
{
color: #BC4407;
}
.AnyTagClassName
{
color: #BC4407;
}
</style>
background-color css
<style>
a { background-color: #BC4407; }
a { background-color: rgb(188,68,7); }
div.DivClassName
{
background-color: #BC4407;
}
.BgClassName
{
background-color: #BC4407;
}
</style>
border-color css
<style>
span { border-color: #BC4407; }
span { border-color: rgb(188,68,7); }
td.TdClassName
{
border-color: #BC4407;
}
.TagClassName
{
border-color: #BC4407;
}
</style>