Shades of Rust #A23F0F
Tints of Rust #A23F0F
RGB
CMYK
RGB Variations
Color information
#A23F0F (or 0xA23F0F) is known color: Rust. HEX triplet: A2, 3F and 0F. RGB value is (162,63,15). Sum of RGB (Red+Green+Blue) = 162+63+15=240 (31% of max value = 765). Red value is 162 (63.67% from 255 or 67.5% from 240); Green value is 63 (25% from 255 or 26.25% from 240); Blue value is 15 (6.25% from 255 or 6.25% from 240); Max value from RGB is 162 - color contains mainly: red. Hex color #A23F0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23F0F is #5DC0F0. Grayscale: #575757. Windows color (decimal): -6144241 or 999330. OLE color: 999330.
HSL color Cylindrical-coordinate representation of color #A23F0F: hue angle of 19.59º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A23F0F is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 63 | 15 | - |
| CMYK | 0 | 0.61 | 0.91 | 0.36 |
| HSL | 19.59º | 0.83% | 0.35% | - |
| HSV(B) | 19.59º | 0.91% | 0.64% | - |
| XYZ | 16.76 | 11.27 | 1.74 | - |
| YUV | 87.13 | 87.3 | 181.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 63 | 15 | 0 | 0.61 | 0.91 | 0.36 | 19.59 | 0.83 | 0.35 |
| Hex | A2 | 3F | F | 0 | 3D | 5B | 24 | 14 | 53 | 23 |
| Octal | 242 | 77 | 17 | 0 | 75 | 133 | 44 | 24 | 123 | 43 |
| Binary | 10100010 | 111111 | 1111 | 0 | 111101 | 1011011 | 100100 | 10100 | 1010011 | 100011 |
Color Harmonies of #A23F0F
Complementary color
Monochromatic Colors of #A23F0F
Black with #A23F0F
Text Example
Text Example
White with #A23F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23F0F; }
p { color: rgb(162,63,15); }
H1.HeaderClassName
{
color: #A23F0F;
}
.AnyTagClassName
{
color: #A23F0F;
}
</style>
background-color css
<style>
a { background-color: #A23F0F; }
a { background-color: rgb(162,63,15); }
div.DivClassName
{
background-color: #A23F0F;
}
.BgClassName
{
background-color: #A23F0F;
}
</style>
border-color css
<style>
span { border-color: #A23F0F; }
span { border-color: rgb(162,63,15); }
td.TdClassName
{
border-color: #A23F0F;
}
.TagClassName
{
border-color: #A23F0F;
}
</style>