Shades of Rust #A23E0B
Tints of Rust #A23E0B
RGB
CMYK
RGB Variations
Color information
#A23E0B (or 0xA23E0B) is known color: Rust. HEX triplet: A2, 3E and 0B. RGB value is (162,62,11). Sum of RGB (Red+Green+Blue) = 162+62+11=235 (31% of max value = 765). Red value is 162 (63.67% from 255 or 68.94% from 235); Green value is 62 (24.61% from 255 or 26.38% from 235); Blue value is 11 (4.69% from 255 or 4.68% from 235); Max value from RGB is 162 - color contains mainly: red. Hex color #A23E0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23E0B is #5DC1F4. Grayscale: #565656. Windows color (decimal): -6144501 or 736930. OLE color: 736930.
HSL color Cylindrical-coordinate representation of color #A23E0B: hue angle of 20.26º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A23E0B is Cyan = 0, Magento = 0.62, Yellow = 0.93 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 62 | 11 | - |
| CMYK | 0 | 0.62 | 0.93 | 0.36 |
| HSL | 20.26º | 0.87% | 0.34% | - |
| HSV(B) | 20.26º | 0.93% | 0.64% | - |
| XYZ | 16.68 | 11.15 | 1.59 | - |
| YUV | 86.09 | 85.63 | 182.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 62 | 11 | 0 | 0.62 | 0.93 | 0.36 | 20.26 | 0.87 | 0.34 |
| Hex | A2 | 3E | B | 0 | 3E | 5D | 24 | 14 | 57 | 22 |
| Octal | 242 | 76 | 13 | 0 | 76 | 135 | 44 | 24 | 127 | 42 |
| Binary | 10100010 | 111110 | 1011 | 0 | 111110 | 1011101 | 100100 | 10100 | 1010111 | 100010 |
Color Harmonies of #A23E0B
Complementary color
Monochromatic Colors of #A23E0B
Black with #A23E0B
Text Example
Text Example
White with #A23E0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23E0B; }
p { color: rgb(162,62,11); }
H1.HeaderClassName
{
color: #A23E0B;
}
.AnyTagClassName
{
color: #A23E0B;
}
</style>
background-color css
<style>
a { background-color: #A23E0B; }
a { background-color: rgb(162,62,11); }
div.DivClassName
{
background-color: #A23E0B;
}
.BgClassName
{
background-color: #A23E0B;
}
</style>
border-color css
<style>
span { border-color: #A23E0B; }
span { border-color: rgb(162,62,11); }
td.TdClassName
{
border-color: #A23E0B;
}
.TagClassName
{
border-color: #A23E0B;
}
</style>