Shades of Rust #BC3702
Tints of Rust #BC3702
RGB
CMYK
RGB Variations
Color information
#BC3702 (or 0xBC3702) is known color: Rust. HEX triplet: BC, 37 and 02. RGB value is (188,55,2). Sum of RGB (Red+Green+Blue) = 188+55+2=245 (32% of max value = 765). Red value is 188 (73.83% from 255 or 76.73% from 245); Green value is 55 (21.88% from 255 or 22.45% from 245); Blue value is 2 (1.17% from 255 or 0.82% from 245); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3702 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3702 is #43C8FD. Grayscale: #595959. Windows color (decimal): -4442366 or 145340. OLE color: 145340.
HSL color Cylindrical-coordinate representation of color #BC3702: hue angle of 17.1º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BC3702 is Cyan = 0, Magento = 0.71, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 55 | 2 | - |
| CMYK | 0 | 0.71 | 0.99 | 0.26 |
| HSL | 17.1º | 0.98% | 0.37% | - |
| HSV(B) | 17.1º | 0.99% | 0.74% | - |
| XYZ | 22.12 | 13.43 | 1.48 | - |
| YUV | 88.73 | 79.06 | 198.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 55 | 2 | 0 | 0.71 | 0.99 | 0.26 | 17.1 | 0.98 | 0.37 |
| Hex | BC | 37 | 2 | 0 | 47 | 63 | 1A | 11 | 62 | 25 |
| Octal | 274 | 67 | 2 | 0 | 107 | 143 | 32 | 21 | 142 | 45 |
| Binary | 10111100 | 110111 | 10 | 0 | 1000111 | 1100011 | 11010 | 10001 | 1100010 | 100101 |
Color Harmonies of #BC3702
Complementary color
Monochromatic Colors of #BC3702
Black with #BC3702
Text Example
Text Example
White with #BC3702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3702; }
p { color: rgb(188,55,2); }
H1.HeaderClassName
{
color: #BC3702;
}
.AnyTagClassName
{
color: #BC3702;
}
</style>
background-color css
<style>
a { background-color: #BC3702; }
a { background-color: rgb(188,55,2); }
div.DivClassName
{
background-color: #BC3702;
}
.BgClassName
{
background-color: #BC3702;
}
</style>
border-color css
<style>
span { border-color: #BC3702; }
span { border-color: rgb(188,55,2); }
td.TdClassName
{
border-color: #BC3702;
}
.TagClassName
{
border-color: #BC3702;
}
</style>