Shades of Rust #A42F09
Tints of Rust #A42F09
RGB
CMYK
RGB Variations
Color information
#A42F09 (or 0xA42F09) is known color: Rust. HEX triplet: A4, 2F and 09. RGB value is (164,47,9). Sum of RGB (Red+Green+Blue) = 164+47+9=220 (29% of max value = 765). Red value is 164 (64.45% from 255 or 74.55% from 220); Green value is 47 (18.75% from 255 or 21.36% from 220); Blue value is 9 (3.91% from 255 or 4.09% from 220); Max value from RGB is 164 - color contains mainly: red. Hex color #A42F09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A42F09 is #5BD0F6. Grayscale: #4D4D4D. Windows color (decimal): -6017271 or 602020. OLE color: 602020.
HSL color Cylindrical-coordinate representation of color #A42F09: hue angle of 14.71º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A42F09 is Cyan = 0, Magento = 0.71, Yellow = 0.95 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 47 | 9 | - |
| CMYK | 0 | 0.71 | 0.95 | 0.36 |
| HSL | 14.71º | 0.9% | 0.34% | - |
| HSV(B) | 14.71º | 0.95% | 0.64% | - |
| XYZ | 16.38 | 9.95 | 1.31 | - |
| YUV | 77.65 | 89.26 | 189.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 47 | 9 | 0 | 0.71 | 0.95 | 0.36 | 14.71 | 0.9 | 0.34 |
| Hex | A4 | 2F | 9 | 0 | 47 | 5F | 24 | F | 5A | 22 |
| Octal | 244 | 57 | 11 | 0 | 107 | 137 | 44 | 17 | 132 | 42 |
| Binary | 10100100 | 101111 | 1001 | 0 | 1000111 | 1011111 | 100100 | 1111 | 1011010 | 100010 |
Color Harmonies of #A42F09
Complementary color
Monochromatic Colors of #A42F09
Black with #A42F09
Text Example
Text Example
White with #A42F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42F09; }
p { color: rgb(164,47,9); }
H1.HeaderClassName
{
color: #A42F09;
}
.AnyTagClassName
{
color: #A42F09;
}
</style>
background-color css
<style>
a { background-color: #A42F09; }
a { background-color: rgb(164,47,9); }
div.DivClassName
{
background-color: #A42F09;
}
.BgClassName
{
background-color: #A42F09;
}
</style>
border-color css
<style>
span { border-color: #A42F09; }
span { border-color: rgb(164,47,9); }
td.TdClassName
{
border-color: #A42F09;
}
.TagClassName
{
border-color: #A42F09;
}
</style>