Shades of Rust #A4420B
Tints of Rust #A4420B
RGB
CMYK
RGB Variations
Color information
#A4420B (or 0xA4420B) is known color: Rust. HEX triplet: A4, 42 and 0B. RGB value is (164,66,11). Sum of RGB (Red+Green+Blue) = 164+66+11=241 (31% of max value = 765). Red value is 164 (64.45% from 255 or 68.05% from 241); Green value is 66 (26.17% from 255 or 27.39% from 241); Blue value is 11 (4.69% from 255 or 4.56% from 241); Max value from RGB is 164 - color contains mainly: red. Hex color #A4420B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A4420B is #5BBDF4. Grayscale: #595959. Windows color (decimal): -6012405 or 737956. OLE color: 737956.
HSL color Cylindrical-coordinate representation of color #A4420B: hue angle of 21.57º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A4420B is Cyan = 0, Magento = 0.60, Yellow = 0.93 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 66 | 11 | - |
| CMYK | 0 | 0.60 | 0.93 | 0.36 |
| HSL | 21.57º | 0.87% | 0.34% | - |
| HSV(B) | 21.57º | 0.93% | 0.64% | - |
| XYZ | 17.32 | 11.81 | 1.68 | - |
| YUV | 89.03 | 83.97 | 181.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 66 | 11 | 0 | 0.60 | 0.93 | 0.36 | 21.57 | 0.87 | 0.34 |
| Hex | A4 | 42 | B | 0 | 3C | 5D | 24 | 16 | 57 | 22 |
| Octal | 244 | 102 | 13 | 0 | 74 | 135 | 44 | 26 | 127 | 42 |
| Binary | 10100100 | 1000010 | 1011 | 0 | 111100 | 1011101 | 100100 | 10110 | 1010111 | 100010 |
Color Harmonies of #A4420B
Complementary color
Monochromatic Colors of #A4420B
Black with #A4420B
Text Example
Text Example
White with #A4420B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4420B; }
p { color: rgb(164,66,11); }
H1.HeaderClassName
{
color: #A4420B;
}
.AnyTagClassName
{
color: #A4420B;
}
</style>
background-color css
<style>
a { background-color: #A4420B; }
a { background-color: rgb(164,66,11); }
div.DivClassName
{
background-color: #A4420B;
}
.BgClassName
{
background-color: #A4420B;
}
</style>
border-color css
<style>
span { border-color: #A4420B; }
span { border-color: rgb(164,66,11); }
td.TdClassName
{
border-color: #A4420B;
}
.TagClassName
{
border-color: #A4420B;
}
</style>