Shades of Rust #A23F15
Tints of Rust #A23F15
RGB
CMYK
RGB Variations
Color information
#A23F15 (or 0xA23F15) is known color: Rust. HEX triplet: A2, 3F and 15. RGB value is (162,63,21). Sum of RGB (Red+Green+Blue) = 162+63+21=246 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.85% from 246); Green value is 63 (25% from 255 or 25.61% from 246); Blue value is 21 (8.59% from 255 or 8.54% from 246); Max value from RGB is 162 - color contains mainly: red. Hex color #A23F15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23F15 is #5DC0EA. Grayscale: #585858. Windows color (decimal): -6144235 or 1392546. OLE color: 1392546.
HSL color Cylindrical-coordinate representation of color #A23F15: hue angle of 17.87º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A23F15 is Cyan = 0, Magento = 0.61, Yellow = 0.87 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 63 | 21 | - |
| CMYK | 0 | 0.61 | 0.87 | 0.36 |
| HSL | 17.87º | 0.77% | 0.36% | - |
| HSV(B) | 17.87º | 0.87% | 0.64% | - |
| XYZ | 16.81 | 11.29 | 2 | - |
| YUV | 87.81 | 90.3 | 180.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 63 | 21 | 0 | 0.61 | 0.87 | 0.36 | 17.87 | 0.77 | 0.36 |
| Hex | A2 | 3F | 15 | 0 | 3D | 57 | 24 | 12 | 4D | 24 |
| Octal | 242 | 77 | 25 | 0 | 75 | 127 | 44 | 22 | 115 | 44 |
| Binary | 10100010 | 111111 | 10101 | 0 | 111101 | 1010111 | 100100 | 10010 | 1001101 | 100100 |
Color Harmonies of #A23F15
Complementary color
Monochromatic Colors of #A23F15
Black with #A23F15
Text Example
Text Example
White with #A23F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23F15; }
p { color: rgb(162,63,21); }
H1.HeaderClassName
{
color: #A23F15;
}
.AnyTagClassName
{
color: #A23F15;
}
</style>
background-color css
<style>
a { background-color: #A23F15; }
a { background-color: rgb(162,63,21); }
div.DivClassName
{
background-color: #A23F15;
}
.BgClassName
{
background-color: #A23F15;
}
</style>
border-color css
<style>
span { border-color: #A23F15; }
span { border-color: rgb(162,63,21); }
td.TdClassName
{
border-color: #A23F15;
}
.TagClassName
{
border-color: #A23F15;
}
</style>