Shades of Rust #A84A0D
Tints of Rust #A84A0D
RGB
CMYK
RGB Variations
Color information
#A84A0D (or 0xA84A0D) is known color: Rust. HEX triplet: A8, 4A and 0D. RGB value is (168,74,13). Sum of RGB (Red+Green+Blue) = 168+74+13=255 (33% of max value = 765). Red value is 168 (66.02% from 255 or 65.88% from 255); Green value is 74 (29.30% from 255 or 29.02% from 255); Blue value is 13 (5.47% from 255 or 5.10% from 255); Max value from RGB is 168 - color contains mainly: red. Hex color #A84A0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84A0D is #57B5F2. Grayscale: #5F5F5F. Windows color (decimal): -5748211 or 871080. OLE color: 871080.
HSL color Cylindrical-coordinate representation of color #A84A0D: hue angle of 23.61º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A84A0D is Cyan = 0, Magento = 0.56, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 74 | 13 | - |
| CMYK | 0 | 0.56 | 0.92 | 0.34 |
| HSL | 23.61º | 0.86% | 0.35% | - |
| HSV(B) | 23.61º | 0.92% | 0.66% | - |
| XYZ | 18.67 | 13.25 | 1.95 | - |
| YUV | 95.15 | 81.64 | 179.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 74 | 13 | 0 | 0.56 | 0.92 | 0.34 | 23.61 | 0.86 | 0.35 |
| Hex | A8 | 4A | D | 0 | 38 | 5C | 22 | 18 | 56 | 23 |
| Octal | 250 | 112 | 15 | 0 | 70 | 134 | 42 | 30 | 126 | 43 |
| Binary | 10101000 | 1001010 | 1101 | 0 | 111000 | 1011100 | 100010 | 11000 | 1010110 | 100011 |
Color Harmonies of #A84A0D
Complementary color
Monochromatic Colors of #A84A0D
Black with #A84A0D
Text Example
Text Example
White with #A84A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84A0D; }
p { color: rgb(168,74,13); }
H1.HeaderClassName
{
color: #A84A0D;
}
.AnyTagClassName
{
color: #A84A0D;
}
</style>
background-color css
<style>
a { background-color: #A84A0D; }
a { background-color: rgb(168,74,13); }
div.DivClassName
{
background-color: #A84A0D;
}
.BgClassName
{
background-color: #A84A0D;
}
</style>
border-color css
<style>
span { border-color: #A84A0D; }
span { border-color: rgb(168,74,13); }
td.TdClassName
{
border-color: #A84A0D;
}
.TagClassName
{
border-color: #A84A0D;
}
</style>