Shades of Rust #A24A07
Tints of Rust #A24A07
RGB
CMYK
RGB Variations
Color information
#A24A07 (or 0xA24A07) is known color: Rust. HEX triplet: A2, 4A and 07. RGB value is (162,74,7). Sum of RGB (Red+Green+Blue) = 162+74+7=243 (32% of max value = 765). Red value is 162 (63.67% from 255 or 66.67% from 243); Green value is 74 (29.30% from 255 or 30.45% from 243); Blue value is 7 (3.12% from 255 or 2.88% from 243); Max value from RGB is 162 - color contains mainly: red. Hex color #A24A07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A24A07 is #5DB5F8. Grayscale: #5D5D5D. Windows color (decimal): -6141433 or 477858. OLE color: 477858.
HSL color Cylindrical-coordinate representation of color #A24A07: hue angle of 25.94º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A24A07 is Cyan = 0, Magento = 0.54, Yellow = 0.96 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 74 | 7 | - |
| CMYK | 0 | 0.54 | 0.96 | 0.36 |
| HSL | 25.94º | 0.92% | 0.33% | - |
| HSV(B) | 25.94º | 0.96% | 0.64% | - |
| XYZ | 17.39 | 12.59 | 1.72 | - |
| YUV | 92.67 | 79.65 | 177.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 74 | 7 | 0 | 0.54 | 0.96 | 0.36 | 25.94 | 0.92 | 0.33 |
| Hex | A2 | 4A | 7 | 0 | 36 | 60 | 24 | 1A | 5C | 21 |
| Octal | 242 | 112 | 7 | 0 | 66 | 140 | 44 | 32 | 134 | 41 |
| Binary | 10100010 | 1001010 | 111 | 0 | 110110 | 1100000 | 100100 | 11010 | 1011100 | 100001 |
Color Harmonies of #A24A07
Complementary color
Monochromatic Colors of #A24A07
Black with #A24A07
Text Example
Text Example
White with #A24A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24A07; }
p { color: rgb(162,74,7); }
H1.HeaderClassName
{
color: #A24A07;
}
.AnyTagClassName
{
color: #A24A07;
}
</style>
background-color css
<style>
a { background-color: #A24A07; }
a { background-color: rgb(162,74,7); }
div.DivClassName
{
background-color: #A24A07;
}
.BgClassName
{
background-color: #A24A07;
}
</style>
border-color css
<style>
span { border-color: #A24A07; }
span { border-color: rgb(162,74,7); }
td.TdClassName
{
border-color: #A24A07;
}
.TagClassName
{
border-color: #A24A07;
}
</style>