Shades of Rust #A23F01
Tints of Rust #A23F01
RGB
CMYK
RGB Variations
Color information
#A23F01 (or 0xA23F01) is known color: Rust. HEX triplet: A2, 3F and 01. RGB value is (162,63,1). Sum of RGB (Red+Green+Blue) = 162+63+1=226 (29% of max value = 765). Red value is 162 (63.67% from 255 or 71.68% from 226); Green value is 63 (25% from 255 or 27.88% from 226); Blue value is 1 (0.78% from 255 or 0.44% from 226); Max value from RGB is 162 - color contains mainly: red. Hex color #A23F01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23F01 is #5DC0FE. Grayscale: #555555. Windows color (decimal): -6144255 or 81826. OLE color: 81826.
HSL color Cylindrical-coordinate representation of color #A23F01: hue angle of 23.11º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A23F01 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 63 | 1 | - |
| CMYK | 0 | 0.61 | 0.99 | 0.36 |
| HSL | 23.11º | 0.99% | 0.32% | - |
| HSV(B) | 23.11º | 0.99% | 0.64% | - |
| XYZ | 16.68 | 11.24 | 1.32 | - |
| YUV | 85.53 | 80.3 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 63 | 1 | 0 | 0.61 | 0.99 | 0.36 | 23.11 | 0.99 | 0.32 |
| Hex | A2 | 3F | 1 | 0 | 3D | 63 | 24 | 17 | 63 | 20 |
| Octal | 242 | 77 | 1 | 0 | 75 | 143 | 44 | 27 | 143 | 40 |
| Binary | 10100010 | 111111 | 1 | 0 | 111101 | 1100011 | 100100 | 10111 | 1100011 | 100000 |
Color Harmonies of #A23F01
Complementary color
Monochromatic Colors of #A23F01
Black with #A23F01
Text Example
Text Example
White with #A23F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23F01; }
p { color: rgb(162,63,1); }
H1.HeaderClassName
{
color: #A23F01;
}
.AnyTagClassName
{
color: #A23F01;
}
</style>
background-color css
<style>
a { background-color: #A23F01; }
a { background-color: rgb(162,63,1); }
div.DivClassName
{
background-color: #A23F01;
}
.BgClassName
{
background-color: #A23F01;
}
</style>
border-color css
<style>
span { border-color: #A23F01; }
span { border-color: rgb(162,63,1); }
td.TdClassName
{
border-color: #A23F01;
}
.TagClassName
{
border-color: #A23F01;
}
</style>