Shades of Rust #A24407
Tints of Rust #A24407
RGB
CMYK
RGB Variations
Color information
#A24407 (or 0xA24407) is known color: Rust. HEX triplet: A2, 44 and 07. RGB value is (162,68,7). Sum of RGB (Red+Green+Blue) = 162+68+7=237 (31% of max value = 765). Red value is 162 (63.67% from 255 or 68.35% from 237); Green value is 68 (26.95% from 255 or 28.69% from 237); Blue value is 7 (3.12% from 255 or 2.95% from 237); Max value from RGB is 162 - color contains mainly: red. Hex color #A24407 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A24407 is #5DBBF8. Grayscale: #595959. Windows color (decimal): -6142969 or 476322. OLE color: 476322.
HSL color Cylindrical-coordinate representation of color #A24407: hue angle of 23.61º 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 #A24407 is Cyan = 0, Magento = 0.58, Yellow = 0.96 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 68 | 7 | - |
| CMYK | 0 | 0.58 | 0.96 | 0.36 |
| HSL | 23.61º | 0.92% | 0.33% | - |
| HSV(B) | 23.61º | 0.96% | 0.64% | - |
| XYZ | 17.01 | 11.83 | 1.59 | - |
| YUV | 89.15 | 81.64 | 179.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 68 | 7 | 0 | 0.58 | 0.96 | 0.36 | 23.61 | 0.92 | 0.33 |
| Hex | A2 | 44 | 7 | 0 | 3A | 60 | 24 | 18 | 5C | 21 |
| Octal | 242 | 104 | 7 | 0 | 72 | 140 | 44 | 30 | 134 | 41 |
| Binary | 10100010 | 1000100 | 111 | 0 | 111010 | 1100000 | 100100 | 11000 | 1011100 | 100001 |
Color Harmonies of #A24407
Complementary color
Monochromatic Colors of #A24407
Black with #A24407
Text Example
Text Example
White with #A24407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24407; }
p { color: rgb(162,68,7); }
H1.HeaderClassName
{
color: #A24407;
}
.AnyTagClassName
{
color: #A24407;
}
</style>
background-color css
<style>
a { background-color: #A24407; }
a { background-color: rgb(162,68,7); }
div.DivClassName
{
background-color: #A24407;
}
.BgClassName
{
background-color: #A24407;
}
</style>
border-color css
<style>
span { border-color: #A24407; }
span { border-color: rgb(162,68,7); }
td.TdClassName
{
border-color: #A24407;
}
.TagClassName
{
border-color: #A24407;
}
</style>