Shades of Rust #BC3E02
Tints of Rust #BC3E02
RGB
CMYK
RGB Variations
Color information
#BC3E02 (or 0xBC3E02) is known color: Rust. HEX triplet: BC, 3E and 02. RGB value is (188,62,2). Sum of RGB (Red+Green+Blue) = 188+62+2=252 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.60% from 252); Green value is 62 (24.61% from 255 or 24.60% from 252); Blue value is 2 (1.17% from 255 or 0.79% from 252); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3E02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3E02 is #43C1FD. Grayscale: #5D5D5D. Windows color (decimal): -4440574 or 147132. OLE color: 147132.
HSL color Cylindrical-coordinate representation of color #BC3E02: hue angle of 19.35º 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 #BC3E02 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 62 | 2 | - |
| CMYK | 0 | 0.67 | 0.99 | 0.26 |
| HSL | 19.35º | 0.98% | 0.37% | - |
| HSV(B) | 19.35º | 0.99% | 0.74% | - |
| XYZ | 22.47 | 14.14 | 1.6 | - |
| YUV | 92.83 | 76.74 | 195.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 62 | 2 | 0 | 0.67 | 0.99 | 0.26 | 19.35 | 0.98 | 0.37 |
| Hex | BC | 3E | 2 | 0 | 43 | 63 | 1A | 13 | 62 | 25 |
| Octal | 274 | 76 | 2 | 0 | 103 | 143 | 32 | 23 | 142 | 45 |
| Binary | 10111100 | 111110 | 10 | 0 | 1000011 | 1100011 | 11010 | 10011 | 1100010 | 100101 |
Color Harmonies of #BC3E02
Complementary color
Monochromatic Colors of #BC3E02
Black with #BC3E02
Text Example
Text Example
White with #BC3E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3E02; }
p { color: rgb(188,62,2); }
H1.HeaderClassName
{
color: #BC3E02;
}
.AnyTagClassName
{
color: #BC3E02;
}
</style>
background-color css
<style>
a { background-color: #BC3E02; }
a { background-color: rgb(188,62,2); }
div.DivClassName
{
background-color: #BC3E02;
}
.BgClassName
{
background-color: #BC3E02;
}
</style>
border-color css
<style>
span { border-color: #BC3E02; }
span { border-color: rgb(188,62,2); }
td.TdClassName
{
border-color: #BC3E02;
}
.TagClassName
{
border-color: #BC3E02;
}
</style>