Shades of Rust #BC4A02
Tints of Rust #BC4A02
RGB
CMYK
RGB Variations
Color information
#BC4A02 (or 0xBC4A02) is known color: Rust. HEX triplet: BC, 4A and 02. RGB value is (188,74,2). Sum of RGB (Red+Green+Blue) = 188+74+2=264 (34% of max value = 765). Red value is 188 (73.83% from 255 or 71.21% from 264); Green value is 74 (29.30% from 255 or 28.03% from 264); Blue value is 2 (1.17% from 255 or 0.76% from 264); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4A02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4A02 is #43B5FD. Grayscale: #646464. Windows color (decimal): -4437502 or 150204. OLE color: 150204.
HSL color Cylindrical-coordinate representation of color #BC4A02: hue angle of 23.23º 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 #BC4A02 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 74 | 2 | - |
| CMYK | 0 | 0.61 | 0.99 | 0.26 |
| HSL | 23.23º | 0.98% | 0.37% | - |
| HSV(B) | 23.23º | 0.99% | 0.74% | - |
| XYZ | 23.2 | 15.59 | 1.84 | - |
| YUV | 99.88 | 72.77 | 190.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 74 | 2 | 0 | 0.61 | 0.99 | 0.26 | 23.23 | 0.98 | 0.37 |
| Hex | BC | 4A | 2 | 0 | 3D | 63 | 1A | 17 | 62 | 25 |
| Octal | 274 | 112 | 2 | 0 | 75 | 143 | 32 | 27 | 142 | 45 |
| Binary | 10111100 | 1001010 | 10 | 0 | 111101 | 1100011 | 11010 | 10111 | 1100010 | 100101 |
Color Harmonies of #BC4A02
Complementary color
Monochromatic Colors of #BC4A02
Black with #BC4A02
Text Example
Text Example
White with #BC4A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4A02; }
p { color: rgb(188,74,2); }
H1.HeaderClassName
{
color: #BC4A02;
}
.AnyTagClassName
{
color: #BC4A02;
}
</style>
background-color css
<style>
a { background-color: #BC4A02; }
a { background-color: rgb(188,74,2); }
div.DivClassName
{
background-color: #BC4A02;
}
.BgClassName
{
background-color: #BC4A02;
}
</style>
border-color css
<style>
span { border-color: #BC4A02; }
span { border-color: rgb(188,74,2); }
td.TdClassName
{
border-color: #BC4A02;
}
.TagClassName
{
border-color: #BC4A02;
}
</style>