Shades of Rust #A5420F
Tints of Rust #A5420F
RGB
CMYK
RGB Variations
Color information
#A5420F (or 0xA5420F) is known color: Rust. HEX triplet: A5, 42 and 0F. RGB value is (165,66,15). Sum of RGB (Red+Green+Blue) = 165+66+15=246 (32% of max value = 765). Red value is 165 (64.84% from 255 or 67.07% from 246); Green value is 66 (26.17% from 255 or 26.83% from 246); Blue value is 15 (6.25% from 255 or 6.10% from 246); Max value from RGB is 165 - color contains mainly: red. Hex color #A5420F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A5420F is #5ABDF0. Grayscale: #5A5A5A. Windows color (decimal): -5946865 or 1000101. OLE color: 1000101.
HSL color Cylindrical-coordinate representation of color #A5420F: hue angle of 20.4º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A5420F is Cyan = 0, Magento = 0.60, Yellow = 0.91 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 66 | 15 | - |
| CMYK | 0 | 0.60 | 0.91 | 0.35 |
| HSL | 20.4º | 0.83% | 0.35% | - |
| HSV(B) | 20.4º | 0.91% | 0.65% | - |
| XYZ | 17.55 | 11.93 | 1.83 | - |
| YUV | 89.79 | 85.8 | 181.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 66 | 15 | 0 | 0.60 | 0.91 | 0.35 | 20.4 | 0.83 | 0.35 |
| Hex | A5 | 42 | F | 0 | 3C | 5B | 23 | 14 | 53 | 23 |
| Octal | 245 | 102 | 17 | 0 | 74 | 133 | 43 | 24 | 123 | 43 |
| Binary | 10100101 | 1000010 | 1111 | 0 | 111100 | 1011011 | 100011 | 10100 | 1010011 | 100011 |
Color Harmonies of #A5420F
Complementary color
Monochromatic Colors of #A5420F
Black with #A5420F
Text Example
Text Example
White with #A5420F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5420F; }
p { color: rgb(165,66,15); }
H1.HeaderClassName
{
color: #A5420F;
}
.AnyTagClassName
{
color: #A5420F;
}
</style>
background-color css
<style>
a { background-color: #A5420F; }
a { background-color: rgb(165,66,15); }
div.DivClassName
{
background-color: #A5420F;
}
.BgClassName
{
background-color: #A5420F;
}
</style>
border-color css
<style>
span { border-color: #A5420F; }
span { border-color: rgb(165,66,15); }
td.TdClassName
{
border-color: #A5420F;
}
.TagClassName
{
border-color: #A5420F;
}
</style>