Shades of Rust #A23E08
Tints of Rust #A23E08
RGB
CMYK
RGB Variations
Color information
#A23E08 (or 0xA23E08) is known color: Rust. HEX triplet: A2, 3E and 08. RGB value is (162,62,8). Sum of RGB (Red+Green+Blue) = 162+62+8=232 (30% of max value = 765). Red value is 162 (63.67% from 255 or 69.83% from 232); Green value is 62 (24.61% from 255 or 26.72% from 232); Blue value is 8 (3.52% from 255 or 3.45% from 232); Max value from RGB is 162 - color contains mainly: red. Hex color #A23E08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23E08 is #5DC1F7. Grayscale: #565656. Windows color (decimal): -6144504 or 540322. OLE color: 540322.
HSL color Cylindrical-coordinate representation of color #A23E08: hue angle of 21.04º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A23E08 is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 62 | 8 | - |
| CMYK | 0 | 0.62 | 0.95 | 0.36 |
| HSL | 21.04º | 0.91% | 0.33% | - |
| HSV(B) | 21.04º | 0.95% | 0.64% | - |
| XYZ | 16.67 | 11.14 | 1.5 | - |
| YUV | 85.74 | 84.13 | 182.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 62 | 8 | 0 | 0.62 | 0.95 | 0.36 | 21.04 | 0.91 | 0.33 |
| Hex | A2 | 3E | 8 | 0 | 3E | 5F | 24 | 15 | 5B | 21 |
| Octal | 242 | 76 | 10 | 0 | 76 | 137 | 44 | 25 | 133 | 41 |
| Binary | 10100010 | 111110 | 1000 | 0 | 111110 | 1011111 | 100100 | 10101 | 1011011 | 100001 |
Color Harmonies of #A23E08
Complementary color
Monochromatic Colors of #A23E08
Black with #A23E08
Text Example
Text Example
White with #A23E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23E08; }
p { color: rgb(162,62,8); }
H1.HeaderClassName
{
color: #A23E08;
}
.AnyTagClassName
{
color: #A23E08;
}
</style>
background-color css
<style>
a { background-color: #A23E08; }
a { background-color: rgb(162,62,8); }
div.DivClassName
{
background-color: #A23E08;
}
.BgClassName
{
background-color: #A23E08;
}
</style>
border-color css
<style>
span { border-color: #A23E08; }
span { border-color: rgb(162,62,8); }
td.TdClassName
{
border-color: #A23E08;
}
.TagClassName
{
border-color: #A23E08;
}
</style>