Shades of Rust #A63B02
Tints of Rust #A63B02
RGB
CMYK
RGB Variations
Color information
#A63B02 (or 0xA63B02) is known color: Rust. HEX triplet: A6, 3B and 02. RGB value is (166,59,2). Sum of RGB (Red+Green+Blue) = 166+59+2=227 (30% of max value = 765). Red value is 166 (65.23% from 255 or 73.13% from 227); Green value is 59 (23.44% from 255 or 25.99% from 227); Blue value is 2 (1.17% from 255 or 0.88% from 227); Max value from RGB is 166 - color contains mainly: red. Hex color #A63B02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63B02 is #59C4FD. Grayscale: #545454. Windows color (decimal): -5883134 or 146342. OLE color: 146342.
HSL color Cylindrical-coordinate representation of color #A63B02: hue angle of 20.85º 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 #A63B02 is Cyan = 0, Magento = 0.64, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 59 | 2 | - |
| CMYK | 0 | 0.64 | 0.99 | 0.35 |
| HSL | 20.85º | 0.98% | 0.33% | - |
| HSV(B) | 20.85º | 0.99% | 0.65% | - |
| XYZ | 17.3 | 11.24 | 1.31 | - |
| YUV | 84.5 | 81.45 | 186.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 59 | 2 | 0 | 0.64 | 0.99 | 0.35 | 20.85 | 0.98 | 0.33 |
| Hex | A6 | 3B | 2 | 0 | 40 | 63 | 23 | 15 | 62 | 21 |
| Octal | 246 | 73 | 2 | 0 | 100 | 143 | 43 | 25 | 142 | 41 |
| Binary | 10100110 | 111011 | 10 | 0 | 1000000 | 1100011 | 100011 | 10101 | 1100010 | 100001 |
Color Harmonies of #A63B02
Complementary color
Monochromatic Colors of #A63B02
Black with #A63B02
Text Example
Text Example
White with #A63B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63B02; }
p { color: rgb(166,59,2); }
H1.HeaderClassName
{
color: #A63B02;
}
.AnyTagClassName
{
color: #A63B02;
}
</style>
background-color css
<style>
a { background-color: #A63B02; }
a { background-color: rgb(166,59,2); }
div.DivClassName
{
background-color: #A63B02;
}
.BgClassName
{
background-color: #A63B02;
}
</style>
border-color css
<style>
span { border-color: #A63B02; }
span { border-color: rgb(166,59,2); }
td.TdClassName
{
border-color: #A63B02;
}
.TagClassName
{
border-color: #A63B02;
}
</style>