Shades of Rust #A23404
Tints of Rust #A23404
RGB
CMYK
RGB Variations
Color information
#A23404 (or 0xA23404) is known color: Rust. HEX triplet: A2, 34 and 04. RGB value is (162,52,4). Sum of RGB (Red+Green+Blue) = 162+52+4=218 (28% of max value = 765). Red value is 162 (63.67% from 255 or 74.31% from 218); Green value is 52 (20.70% from 255 or 23.85% from 218); Blue value is 4 (1.95% from 255 or 1.83% from 218); Max value from RGB is 162 - color contains mainly: red. Hex color #A23404 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23404 is #5DCBFB. Grayscale: #4F4F4F. Windows color (decimal): -6147068 or 275618. OLE color: 275618.
HSL color Cylindrical-coordinate representation of color #A23404: hue angle of 18.23º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A23404 is Cyan = 0, Magento = 0.68, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 52 | 4 | - |
| CMYK | 0 | 0.68 | 0.98 | 0.36 |
| HSL | 18.23º | 0.95% | 0.33% | - |
| HSV(B) | 18.23º | 0.98% | 0.64% | - |
| XYZ | 16.15 | 10.15 | 1.22 | - |
| YUV | 79.42 | 85.44 | 186.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 52 | 4 | 0 | 0.68 | 0.98 | 0.36 | 18.23 | 0.95 | 0.33 |
| Hex | A2 | 34 | 4 | 0 | 44 | 62 | 24 | 12 | 5F | 21 |
| Octal | 242 | 64 | 4 | 0 | 104 | 142 | 44 | 22 | 137 | 41 |
| Binary | 10100010 | 110100 | 100 | 0 | 1000100 | 1100010 | 100100 | 10010 | 1011111 | 100001 |
Color Harmonies of #A23404
Complementary color
Monochromatic Colors of #A23404
Black with #A23404
Text Example
Text Example
White with #A23404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23404; }
p { color: rgb(162,52,4); }
H1.HeaderClassName
{
color: #A23404;
}
.AnyTagClassName
{
color: #A23404;
}
</style>
background-color css
<style>
a { background-color: #A23404; }
a { background-color: rgb(162,52,4); }
div.DivClassName
{
background-color: #A23404;
}
.BgClassName
{
background-color: #A23404;
}
</style>
border-color css
<style>
span { border-color: #A23404; }
span { border-color: rgb(162,52,4); }
td.TdClassName
{
border-color: #A23404;
}
.TagClassName
{
border-color: #A23404;
}
</style>