Shades of Rust #BC3602
Tints of Rust #BC3602
RGB
CMYK
RGB Variations
Color information
#BC3602 (or 0xBC3602) is known color: Rust. HEX triplet: BC, 36 and 02. RGB value is (188,54,2). Sum of RGB (Red+Green+Blue) = 188+54+2=244 (32% of max value = 765). Red value is 188 (73.83% from 255 or 77.05% from 244); Green value is 54 (21.48% from 255 or 22.13% from 244); Blue value is 2 (1.17% from 255 or 0.82% from 244); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3602 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3602 is #43C9FD. Grayscale: #585858. Windows color (decimal): -4442622 or 145084. OLE color: 145084.
HSL color Cylindrical-coordinate representation of color #BC3602: hue angle of 16.77º 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 #BC3602 is Cyan = 0, Magento = 0.71, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 54 | 2 | - |
| CMYK | 0 | 0.71 | 0.99 | 0.26 |
| HSL | 16.77º | 0.98% | 0.37% | - |
| HSV(B) | 16.77º | 0.99% | 0.74% | - |
| XYZ | 22.07 | 13.33 | 1.47 | - |
| YUV | 88.14 | 79.39 | 199.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 54 | 2 | 0 | 0.71 | 0.99 | 0.26 | 16.77 | 0.98 | 0.37 |
| Hex | BC | 36 | 2 | 0 | 47 | 63 | 1A | 11 | 62 | 25 |
| Octal | 274 | 66 | 2 | 0 | 107 | 143 | 32 | 21 | 142 | 45 |
| Binary | 10111100 | 110110 | 10 | 0 | 1000111 | 1100011 | 11010 | 10001 | 1100010 | 100101 |
Color Harmonies of #BC3602
Complementary color
Monochromatic Colors of #BC3602
Black with #BC3602
Text Example
Text Example
White with #BC3602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3602; }
p { color: rgb(188,54,2); }
H1.HeaderClassName
{
color: #BC3602;
}
.AnyTagClassName
{
color: #BC3602;
}
</style>
background-color css
<style>
a { background-color: #BC3602; }
a { background-color: rgb(188,54,2); }
div.DivClassName
{
background-color: #BC3602;
}
.BgClassName
{
background-color: #BC3602;
}
</style>
border-color css
<style>
span { border-color: #BC3602; }
span { border-color: rgb(188,54,2); }
td.TdClassName
{
border-color: #BC3602;
}
.TagClassName
{
border-color: #BC3602;
}
</style>