Shades of Rust #A63102
Tints of Rust #A63102
RGB
CMYK
RGB Variations
Color information
#A63102 (or 0xA63102) is known color: Rust. HEX triplet: A6, 31 and 02. RGB value is (166,49,2). Sum of RGB (Red+Green+Blue) = 166+49+2=217 (28% of max value = 765). Red value is 166 (65.23% from 255 or 76.50% from 217); Green value is 49 (19.53% from 255 or 22.58% from 217); Blue value is 2 (1.17% from 255 or 0.92% from 217); Max value from RGB is 166 - color contains mainly: red. Hex color #A63102 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63102 is #59CEFD. Grayscale: #4E4E4E. Windows color (decimal): -5885694 or 143782. OLE color: 143782.
HSL color Cylindrical-coordinate representation of color #A63102: hue angle of 17.2º 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 #A63102 is Cyan = 0, Magento = 0.70, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 49 | 2 | - |
| CMYK | 0 | 0.70 | 0.99 | 0.35 |
| HSL | 17.2º | 0.98% | 0.33% | - |
| HSV(B) | 17.2º | 0.99% | 0.65% | - |
| XYZ | 16.84 | 10.31 | 1.16 | - |
| YUV | 78.63 | 84.76 | 190.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 49 | 2 | 0 | 0.70 | 0.99 | 0.35 | 17.2 | 0.98 | 0.33 |
| Hex | A6 | 31 | 2 | 0 | 46 | 63 | 23 | 11 | 62 | 21 |
| Octal | 246 | 61 | 2 | 0 | 106 | 143 | 43 | 21 | 142 | 41 |
| Binary | 10100110 | 110001 | 10 | 0 | 1000110 | 1100011 | 100011 | 10001 | 1100010 | 100001 |
Color Harmonies of #A63102
Complementary color
Monochromatic Colors of #A63102
Black with #A63102
Text Example
Text Example
White with #A63102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63102; }
p { color: rgb(166,49,2); }
H1.HeaderClassName
{
color: #A63102;
}
.AnyTagClassName
{
color: #A63102;
}
</style>
background-color css
<style>
a { background-color: #A63102; }
a { background-color: rgb(166,49,2); }
div.DivClassName
{
background-color: #A63102;
}
.BgClassName
{
background-color: #A63102;
}
</style>
border-color css
<style>
span { border-color: #A63102; }
span { border-color: rgb(166,49,2); }
td.TdClassName
{
border-color: #A63102;
}
.TagClassName
{
border-color: #A63102;
}
</style>