Shades of Rust #BC4408
Tints of Rust #BC4408
RGB
CMYK
RGB Variations
Color information
#BC4408 (or 0xBC4408) is known color: Rust. HEX triplet: BC, 44 and 08. RGB value is (188,68,8). Sum of RGB (Red+Green+Blue) = 188+68+8=264 (34% of max value = 765). Red value is 188 (73.83% from 255 or 71.21% from 264); Green value is 68 (26.95% from 255 or 25.76% from 264); Blue value is 8 (3.52% from 255 or 3.03% from 264); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4408 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4408 is #43BBF7. Grayscale: #616161. Windows color (decimal): -4439032 or 541884. OLE color: 541884.
HSL color Cylindrical-coordinate representation of color #BC4408: hue angle of 20º degrees, saturation: 0.92, 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 #BC4408 is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 68 | 8 | - |
| CMYK | 0 | 0.64 | 0.96 | 0.26 |
| HSL | 20º | 0.92% | 0.38% | - |
| HSV(B) | 20º | 0.96% | 0.74% | - |
| XYZ | 22.85 | 14.84 | 1.89 | - |
| YUV | 97.04 | 77.76 | 192.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 68 | 8 | 0 | 0.64 | 0.96 | 0.26 | 20 | 0.92 | 0.38 |
| Hex | BC | 44 | 8 | 0 | 40 | 60 | 1A | 14 | 5C | 26 |
| Octal | 274 | 104 | 10 | 0 | 100 | 140 | 32 | 24 | 134 | 46 |
| Binary | 10111100 | 1000100 | 1000 | 0 | 1000000 | 1100000 | 11010 | 10100 | 1011100 | 100110 |
Color Harmonies of #BC4408
Complementary color
Monochromatic Colors of #BC4408
Black with #BC4408
Text Example
Text Example
White with #BC4408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4408; }
p { color: rgb(188,68,8); }
H1.HeaderClassName
{
color: #BC4408;
}
.AnyTagClassName
{
color: #BC4408;
}
</style>
background-color css
<style>
a { background-color: #BC4408; }
a { background-color: rgb(188,68,8); }
div.DivClassName
{
background-color: #BC4408;
}
.BgClassName
{
background-color: #BC4408;
}
</style>
border-color css
<style>
span { border-color: #BC4408; }
span { border-color: rgb(188,68,8); }
td.TdClassName
{
border-color: #BC4408;
}
.TagClassName
{
border-color: #BC4408;
}
</style>