Shades of Rust #BC4202
Tints of Rust #BC4202
RGB
CMYK
RGB Variations
Color information
#BC4202 (or 0xBC4202) is known color: Rust. HEX triplet: BC, 42 and 02. RGB value is (188,66,2). Sum of RGB (Red+Green+Blue) = 188+66+2=256 (33% of max value = 765). Red value is 188 (73.83% from 255 or 73.44% from 256); Green value is 66 (26.17% from 255 or 25.78% from 256); Blue value is 2 (1.17% from 255 or 0.78% from 256); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4202 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4202 is #43BDFD. Grayscale: #5F5F5F. Windows color (decimal): -4439550 or 148156. OLE color: 148156.
HSL color Cylindrical-coordinate representation of color #BC4202: hue angle of 20.65º 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 #BC4202 is Cyan = 0, Magento = 0.65, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 66 | 2 | - |
| CMYK | 0 | 0.65 | 0.99 | 0.26 |
| HSL | 20.65º | 0.98% | 0.37% | - |
| HSV(B) | 20.65º | 0.99% | 0.74% | - |
| XYZ | 22.7 | 14.59 | 1.68 | - |
| YUV | 95.18 | 75.42 | 194.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 66 | 2 | 0 | 0.65 | 0.99 | 0.26 | 20.65 | 0.98 | 0.37 |
| Hex | BC | 42 | 2 | 0 | 41 | 63 | 1A | 15 | 62 | 25 |
| Octal | 274 | 102 | 2 | 0 | 101 | 143 | 32 | 25 | 142 | 45 |
| Binary | 10111100 | 1000010 | 10 | 0 | 1000001 | 1100011 | 11010 | 10101 | 1100010 | 100101 |
Color Harmonies of #BC4202
Complementary color
Monochromatic Colors of #BC4202
Black with #BC4202
Text Example
Text Example
White with #BC4202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4202; }
p { color: rgb(188,66,2); }
H1.HeaderClassName
{
color: #BC4202;
}
.AnyTagClassName
{
color: #BC4202;
}
</style>
background-color css
<style>
a { background-color: #BC4202; }
a { background-color: rgb(188,66,2); }
div.DivClassName
{
background-color: #BC4202;
}
.BgClassName
{
background-color: #BC4202;
}
</style>
border-color css
<style>
span { border-color: #BC4202; }
span { border-color: rgb(188,66,2); }
td.TdClassName
{
border-color: #BC4202;
}
.TagClassName
{
border-color: #BC4202;
}
</style>