Shades of Rust #A63802
Tints of Rust #A63802
RGB
CMYK
RGB Variations
Color information
#A63802 (or 0xA63802) is known color: Rust. HEX triplet: A6, 38 and 02. RGB value is (166,56,2). Sum of RGB (Red+Green+Blue) = 166+56+2=224 (29% of max value = 765). Red value is 166 (65.23% from 255 or 74.11% from 224); Green value is 56 (22.27% from 255 or 25% from 224); Blue value is 2 (1.17% from 255 or 0.89% from 224); Max value from RGB is 166 - color contains mainly: red. Hex color #A63802 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63802 is #59C7FD. Grayscale: #535353. Windows color (decimal): -5883902 or 145574. OLE color: 145574.
HSL color Cylindrical-coordinate representation of color #A63802: hue angle of 19.76º 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 #A63802 is Cyan = 0, Magento = 0.66, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 56 | 2 | - |
| CMYK | 0 | 0.66 | 0.99 | 0.35 |
| HSL | 19.76º | 0.98% | 0.33% | - |
| HSV(B) | 19.76º | 0.99% | 0.65% | - |
| XYZ | 17.15 | 10.94 | 1.27 | - |
| YUV | 82.73 | 82.44 | 187.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 56 | 2 | 0 | 0.66 | 0.99 | 0.35 | 19.76 | 0.98 | 0.33 |
| Hex | A6 | 38 | 2 | 0 | 42 | 63 | 23 | 14 | 62 | 21 |
| Octal | 246 | 70 | 2 | 0 | 102 | 143 | 43 | 24 | 142 | 41 |
| Binary | 10100110 | 111000 | 10 | 0 | 1000010 | 1100011 | 100011 | 10100 | 1100010 | 100001 |
Color Harmonies of #A63802
Complementary color
Monochromatic Colors of #A63802
Black with #A63802
Text Example
Text Example
White with #A63802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63802; }
p { color: rgb(166,56,2); }
H1.HeaderClassName
{
color: #A63802;
}
.AnyTagClassName
{
color: #A63802;
}
</style>
background-color css
<style>
a { background-color: #A63802; }
a { background-color: rgb(166,56,2); }
div.DivClassName
{
background-color: #A63802;
}
.BgClassName
{
background-color: #A63802;
}
</style>
border-color css
<style>
span { border-color: #A63802; }
span { border-color: rgb(166,56,2); }
td.TdClassName
{
border-color: #A63802;
}
.TagClassName
{
border-color: #A63802;
}
</style>