Shades of Rust #A23E04
Tints of Rust #A23E04
RGB
CMYK
RGB Variations
Color information
#A23E04 (or 0xA23E04) is known color: Rust. HEX triplet: A2, 3E and 04. RGB value is (162,62,4). Sum of RGB (Red+Green+Blue) = 162+62+4=228 (30% of max value = 765). Red value is 162 (63.67% from 255 or 71.05% from 228); Green value is 62 (24.61% from 255 or 27.19% from 228); Blue value is 4 (1.95% from 255 or 1.75% from 228); Max value from RGB is 162 - color contains mainly: red. Hex color #A23E04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23E04 is #5DC1FB. Grayscale: #555555. Windows color (decimal): -6144508 or 278178. OLE color: 278178.
HSL color Cylindrical-coordinate representation of color #A23E04: hue angle of 22.03º 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 #A23E04 is Cyan = 0, Magento = 0.62, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 62 | 4 | - |
| CMYK | 0 | 0.62 | 0.98 | 0.36 |
| HSL | 22.03º | 0.95% | 0.33% | - |
| HSV(B) | 22.03º | 0.98% | 0.64% | - |
| XYZ | 16.64 | 11.14 | 1.39 | - |
| YUV | 85.29 | 82.13 | 182.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 62 | 4 | 0 | 0.62 | 0.98 | 0.36 | 22.03 | 0.95 | 0.33 |
| Hex | A2 | 3E | 4 | 0 | 3E | 62 | 24 | 16 | 5F | 21 |
| Octal | 242 | 76 | 4 | 0 | 76 | 142 | 44 | 26 | 137 | 41 |
| Binary | 10100010 | 111110 | 100 | 0 | 111110 | 1100010 | 100100 | 10110 | 1011111 | 100001 |
Color Harmonies of #A23E04
Complementary color
Monochromatic Colors of #A23E04
Black with #A23E04
Text Example
Text Example
White with #A23E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23E04; }
p { color: rgb(162,62,4); }
H1.HeaderClassName
{
color: #A23E04;
}
.AnyTagClassName
{
color: #A23E04;
}
</style>
background-color css
<style>
a { background-color: #A23E04; }
a { background-color: rgb(162,62,4); }
div.DivClassName
{
background-color: #A23E04;
}
.BgClassName
{
background-color: #A23E04;
}
</style>
border-color css
<style>
span { border-color: #A23E04; }
span { border-color: rgb(162,62,4); }
td.TdClassName
{
border-color: #A23E04;
}
.TagClassName
{
border-color: #A23E04;
}
</style>