Shades of Rust #A63C02
Tints of Rust #A63C02
RGB
CMYK
RGB Variations
Color information
#A63C02 (or 0xA63C02) is known color: Rust. HEX triplet: A6, 3C and 02. RGB value is (166,60,2). Sum of RGB (Red+Green+Blue) = 166+60+2=228 (30% of max value = 765). Red value is 166 (65.23% from 255 or 72.81% from 228); Green value is 60 (23.83% from 255 or 26.32% from 228); Blue value is 2 (1.17% from 255 or 0.88% from 228); Max value from RGB is 166 - color contains mainly: red. Hex color #A63C02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63C02 is #59C3FD. Grayscale: #555555. Windows color (decimal): -5882878 or 146598. OLE color: 146598.
HSL color Cylindrical-coordinate representation of color #A63C02: hue angle of 21.22º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A63C02 is Cyan = 0, Magento = 0.64, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 60 | 2 | - |
| CMYK | 0 | 0.64 | 0.99 | 0.35 |
| HSL | 21.22º | 0.98% | 0.33% | - |
| HSV(B) | 21.22º | 0.99% | 0.65% | - |
| XYZ | 17.35 | 11.34 | 1.33 | - |
| YUV | 85.08 | 81.12 | 185.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 60 | 2 | 0 | 0.64 | 0.99 | 0.35 | 21.22 | 0.98 | 0.33 |
| Hex | A6 | 3C | 2 | 0 | 40 | 63 | 23 | 15 | 62 | 21 |
| Octal | 246 | 74 | 2 | 0 | 100 | 143 | 43 | 25 | 142 | 41 |
| Binary | 10100110 | 111100 | 10 | 0 | 1000000 | 1100011 | 100011 | 10101 | 1100010 | 100001 |
Color Harmonies of #A63C02
Complementary color
Monochromatic Colors of #A63C02
Black with #A63C02
Text Example
Text Example
White with #A63C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63C02; }
p { color: rgb(166,60,2); }
H1.HeaderClassName
{
color: #A63C02;
}
.AnyTagClassName
{
color: #A63C02;
}
</style>
background-color css
<style>
a { background-color: #A63C02; }
a { background-color: rgb(166,60,2); }
div.DivClassName
{
background-color: #A63C02;
}
.BgClassName
{
background-color: #A63C02;
}
</style>
border-color css
<style>
span { border-color: #A63C02; }
span { border-color: rgb(166,60,2); }
td.TdClassName
{
border-color: #A63C02;
}
.TagClassName
{
border-color: #A63C02;
}
</style>