Shades of Rust #A63202
Tints of Rust #A63202
RGB
CMYK
RGB Variations
Color information
#A63202 (or 0xA63202) is known color: Rust. HEX triplet: A6, 32 and 02. RGB value is (166,50,2). Sum of RGB (Red+Green+Blue) = 166+50+2=218 (28% of max value = 765). Red value is 166 (65.23% from 255 or 76.15% from 218); Green value is 50 (19.92% from 255 or 22.94% from 218); Blue value is 2 (1.17% from 255 or 0.92% from 218); Max value from RGB is 166 - color contains mainly: red. Hex color #A63202 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63202 is #59CDFD. Grayscale: #4F4F4F. Windows color (decimal): -5885438 or 144038. OLE color: 144038.
HSL color Cylindrical-coordinate representation of color #A63202: hue angle of 17.56º 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 #A63202 is Cyan = 0, Magento = 0.70, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 50 | 2 | - |
| CMYK | 0 | 0.70 | 0.99 | 0.35 |
| HSL | 17.56º | 0.98% | 0.33% | - |
| HSV(B) | 17.56º | 0.99% | 0.65% | - |
| XYZ | 16.88 | 10.39 | 1.17 | - |
| YUV | 79.21 | 84.43 | 189.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 50 | 2 | 0 | 0.70 | 0.99 | 0.35 | 17.56 | 0.98 | 0.33 |
| Hex | A6 | 32 | 2 | 0 | 46 | 63 | 23 | 12 | 62 | 21 |
| Octal | 246 | 62 | 2 | 0 | 106 | 143 | 43 | 22 | 142 | 41 |
| Binary | 10100110 | 110010 | 10 | 0 | 1000110 | 1100011 | 100011 | 10010 | 1100010 | 100001 |
Color Harmonies of #A63202
Complementary color
Monochromatic Colors of #A63202
Black with #A63202
Text Example
Text Example
White with #A63202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63202; }
p { color: rgb(166,50,2); }
H1.HeaderClassName
{
color: #A63202;
}
.AnyTagClassName
{
color: #A63202;
}
</style>
background-color css
<style>
a { background-color: #A63202; }
a { background-color: rgb(166,50,2); }
div.DivClassName
{
background-color: #A63202;
}
.BgClassName
{
background-color: #A63202;
}
</style>
border-color css
<style>
span { border-color: #A63202; }
span { border-color: rgb(166,50,2); }
td.TdClassName
{
border-color: #A63202;
}
.TagClassName
{
border-color: #A63202;
}
</style>