Shades of Rust #BC3308
Tints of Rust #BC3308
RGB
CMYK
RGB Variations
Color information
#BC3308 (or 0xBC3308) is known color: Rust. HEX triplet: BC, 33 and 08. RGB value is (188,51,8). Sum of RGB (Red+Green+Blue) = 188+51+8=247 (32% of max value = 765). Red value is 188 (73.83% from 255 or 76.11% from 247); Green value is 51 (20.31% from 255 or 20.65% from 247); Blue value is 8 (3.52% from 255 or 3.24% from 247); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3308 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3308 is #43CCF7. Grayscale: #575757. Windows color (decimal): -4443384 or 537532. OLE color: 537532.
HSL color Cylindrical-coordinate representation of color #BC3308: hue angle of 14.33º 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 #BC3308 is Cyan = 0, Magento = 0.73, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 51 | 8 | - |
| CMYK | 0 | 0.73 | 0.96 | 0.26 |
| HSL | 14.33º | 0.92% | 0.38% | - |
| HSV(B) | 14.33º | 0.96% | 0.74% | - |
| XYZ | 21.97 | 13.08 | 1.6 | - |
| YUV | 87.06 | 83.39 | 200 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 51 | 8 | 0 | 0.73 | 0.96 | 0.26 | 14.33 | 0.92 | 0.38 |
| Hex | BC | 33 | 8 | 0 | 49 | 60 | 1A | E | 5C | 26 |
| Octal | 274 | 63 | 10 | 0 | 111 | 140 | 32 | 16 | 134 | 46 |
| Binary | 10111100 | 110011 | 1000 | 0 | 1001001 | 1100000 | 11010 | 1110 | 1011100 | 100110 |
Color Harmonies of #BC3308
Complementary color
Monochromatic Colors of #BC3308
Black with #BC3308
Text Example
Text Example
White with #BC3308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3308; }
p { color: rgb(188,51,8); }
H1.HeaderClassName
{
color: #BC3308;
}
.AnyTagClassName
{
color: #BC3308;
}
</style>
background-color css
<style>
a { background-color: #BC3308; }
a { background-color: rgb(188,51,8); }
div.DivClassName
{
background-color: #BC3308;
}
.BgClassName
{
background-color: #BC3308;
}
</style>
border-color css
<style>
span { border-color: #BC3308; }
span { border-color: rgb(188,51,8); }
td.TdClassName
{
border-color: #BC3308;
}
.TagClassName
{
border-color: #BC3308;
}
</style>