Shades of Rust #A63D04
Tints of Rust #A63D04
RGB
CMYK
RGB Variations
Color information
#A63D04 (or 0xA63D04) is known color: Rust. HEX triplet: A6, 3D and 04. RGB value is (166,61,4). Sum of RGB (Red+Green+Blue) = 166+61+4=231 (30% of max value = 765). Red value is 166 (65.23% from 255 or 71.86% from 231); Green value is 61 (24.22% from 255 or 26.41% from 231); Blue value is 4 (1.95% from 255 or 1.73% from 231); Max value from RGB is 166 - color contains mainly: red. Hex color #A63D04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63D04 is #59C2FB. Grayscale: #565656. Windows color (decimal): -5882620 or 277926. OLE color: 277926.
HSL color Cylindrical-coordinate representation of color #A63D04: hue angle of 21.11º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A63D04 is Cyan = 0, Magento = 0.63, Yellow = 0.98 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 61 | 4 | - |
| CMYK | 0 | 0.63 | 0.98 | 0.35 |
| HSL | 21.11º | 0.95% | 0.33% | - |
| HSV(B) | 21.11º | 0.98% | 0.65% | - |
| XYZ | 17.42 | 11.45 | 1.41 | - |
| YUV | 85.9 | 81.79 | 185.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 61 | 4 | 0 | 0.63 | 0.98 | 0.35 | 21.11 | 0.95 | 0.33 |
| Hex | A6 | 3D | 4 | 0 | 3F | 62 | 23 | 15 | 5F | 21 |
| Octal | 246 | 75 | 4 | 0 | 77 | 142 | 43 | 25 | 137 | 41 |
| Binary | 10100110 | 111101 | 100 | 0 | 111111 | 1100010 | 100011 | 10101 | 1011111 | 100001 |
Color Harmonies of #A63D04
Complementary color
Monochromatic Colors of #A63D04
Black with #A63D04
Text Example
Text Example
White with #A63D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63D04; }
p { color: rgb(166,61,4); }
H1.HeaderClassName
{
color: #A63D04;
}
.AnyTagClassName
{
color: #A63D04;
}
</style>
background-color css
<style>
a { background-color: #A63D04; }
a { background-color: rgb(166,61,4); }
div.DivClassName
{
background-color: #A63D04;
}
.BgClassName
{
background-color: #A63D04;
}
</style>
border-color css
<style>
span { border-color: #A63D04; }
span { border-color: rgb(166,61,4); }
td.TdClassName
{
border-color: #A63D04;
}
.TagClassName
{
border-color: #A63D04;
}
</style>