Shades of Rust #A42D01
Tints of Rust #A42D01
RGB
CMYK
RGB Variations
Color information
#A42D01 (or 0xA42D01) is known color: Rust. HEX triplet: A4, 2D and 01. RGB value is (164,45,1). Sum of RGB (Red+Green+Blue) = 164+45+1=210 (27% of max value = 765). Red value is 164 (64.45% from 255 or 78.10% from 210); Green value is 45 (17.97% from 255 or 21.43% from 210); Blue value is 1 (0.78% from 255 or 0.48% from 210); Max value from RGB is 164 - color contains mainly: red. Hex color #A42D01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A42D01 is #5BD2FE. Grayscale: #4B4B4B. Windows color (decimal): -6017791 or 77220. OLE color: 77220.
HSL color Cylindrical-coordinate representation of color #A42D01: hue angle of 16.2º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A42D01 is Cyan = 0, Magento = 0.73, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 45 | 1 | - |
| CMYK | 0 | 0.73 | 0.99 | 0.36 |
| HSL | 16.2º | 0.99% | 0.32% | - |
| HSV(B) | 16.2º | 0.99% | 0.64% | - |
| XYZ | 16.25 | 9.77 | 1.06 | - |
| YUV | 75.57 | 85.92 | 191.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 45 | 1 | 0 | 0.73 | 0.99 | 0.36 | 16.2 | 0.99 | 0.32 |
| Hex | A4 | 2D | 1 | 0 | 49 | 63 | 24 | 10 | 63 | 20 |
| Octal | 244 | 55 | 1 | 0 | 111 | 143 | 44 | 20 | 143 | 40 |
| Binary | 10100100 | 101101 | 1 | 0 | 1001001 | 1100011 | 100100 | 10000 | 1100011 | 100000 |
Color Harmonies of #A42D01
Complementary color
Monochromatic Colors of #A42D01
Black with #A42D01
Text Example
Text Example
White with #A42D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42D01; }
p { color: rgb(164,45,1); }
H1.HeaderClassName
{
color: #A42D01;
}
.AnyTagClassName
{
color: #A42D01;
}
</style>
background-color css
<style>
a { background-color: #A42D01; }
a { background-color: rgb(164,45,1); }
div.DivClassName
{
background-color: #A42D01;
}
.BgClassName
{
background-color: #A42D01;
}
</style>
border-color css
<style>
span { border-color: #A42D01; }
span { border-color: rgb(164,45,1); }
td.TdClassName
{
border-color: #A42D01;
}
.TagClassName
{
border-color: #A42D01;
}
</style>