Shades of Rust #A23813
Tints of Rust #A23813
RGB
CMYK
RGB Variations
Color information
#A23813 (or 0xA23813) is known color: Rust. HEX triplet: A2, 38 and 13. RGB value is (162,56,19). Sum of RGB (Red+Green+Blue) = 162+56+19=237 (31% of max value = 765). Red value is 162 (63.67% from 255 or 68.35% from 237); Green value is 56 (22.27% from 255 or 23.63% from 237); Blue value is 19 (7.81% from 255 or 8.02% from 237); Max value from RGB is 162 - color contains mainly: red. Hex color #A23813 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23813 is #5DC7EC. Grayscale: #535353. Windows color (decimal): -6146029 or 1259682. OLE color: 1259682.
HSL color Cylindrical-coordinate representation of color #A23813: hue angle of 15.52º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A23813 is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 56 | 19 | - |
| CMYK | 0 | 0.65 | 0.88 | 0.36 |
| HSL | 15.52º | 0.79% | 0.35% | - |
| HSV(B) | 15.52º | 0.88% | 0.64% | - |
| XYZ | 16.43 | 10.56 | 1.79 | - |
| YUV | 83.48 | 91.62 | 184.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 56 | 19 | 0 | 0.65 | 0.88 | 0.36 | 15.52 | 0.79 | 0.35 |
| Hex | A2 | 38 | 13 | 0 | 41 | 58 | 24 | 10 | 4F | 23 |
| Octal | 242 | 70 | 23 | 0 | 101 | 130 | 44 | 20 | 117 | 43 |
| Binary | 10100010 | 111000 | 10011 | 0 | 1000001 | 1011000 | 100100 | 10000 | 1001111 | 100011 |
Color Harmonies of #A23813
Complementary color
Monochromatic Colors of #A23813
Black with #A23813
Text Example
Text Example
White with #A23813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23813; }
p { color: rgb(162,56,19); }
H1.HeaderClassName
{
color: #A23813;
}
.AnyTagClassName
{
color: #A23813;
}
</style>
background-color css
<style>
a { background-color: #A23813; }
a { background-color: rgb(162,56,19); }
div.DivClassName
{
background-color: #A23813;
}
.BgClassName
{
background-color: #A23813;
}
</style>
border-color css
<style>
span { border-color: #A23813; }
span { border-color: rgb(162,56,19); }
td.TdClassName
{
border-color: #A23813;
}
.TagClassName
{
border-color: #A23813;
}
</style>