Shades of Rust #A23800
Tints of Rust #A23800
RGB
CMYK
RGB Variations
Color information
#A23800 (or 0xA23800) is known color: Rust. HEX triplet: A2, 38 and 00. RGB value is (162,56,0). Sum of RGB (Red+Green+Blue) = 162+56+0=218 (28% of max value = 765). Red value is 162 (63.67% from 255 or 74.31% from 218); Green value is 56 (22.27% from 255 or 25.69% from 218); Blue value is 0 (0.39% from 255 or 0% from 218); Max value from RGB is 162 - color contains mainly: red. Hex color #A23800 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23800 is #5DC7FF. Grayscale: #515151. Windows color (decimal): -6146048 or 14498. OLE color: 14498.
HSL color Cylindrical-coordinate representation of color #A23800: hue angle of 20.74º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A23800 is Cyan = 0, Magento = 0.65, Yellow = 1 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 56 | 0 | - |
| CMYK | 0 | 0.65 | 1 | 0.36 |
| HSL | 20.74º | 1% | 0.32% | - |
| HSV(B) | 20.74º | 1% | 0.64% | - |
| XYZ | 16.31 | 10.51 | 1.17 | - |
| YUV | 81.31 | 82.12 | 185.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 56 | 0 | 0 | 0.65 | 1 | 0.36 | 20.74 | 1 | 0.32 |
| Hex | A2 | 38 | 0 | 0 | 41 | 64 | 24 | 15 | 64 | 20 |
| Octal | 242 | 70 | 0 | 0 | 101 | 144 | 44 | 25 | 144 | 40 |
| Binary | 10100010 | 111000 | 0 | 0 | 1000001 | 1100100 | 100100 | 10101 | 1100100 | 100000 |
Color Harmonies of #A23800
Complementary color
Monochromatic Colors of #A23800
Black with #A23800
Text Example
Text Example
White with #A23800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23800; }
p { color: rgb(162,56,0); }
H1.HeaderClassName
{
color: #A23800;
}
.AnyTagClassName
{
color: #A23800;
}
</style>
background-color css
<style>
a { background-color: #A23800; }
a { background-color: rgb(162,56,0); }
div.DivClassName
{
background-color: #A23800;
}
.BgClassName
{
background-color: #A23800;
}
</style>
border-color css
<style>
span { border-color: #A23800; }
span { border-color: rgb(162,56,0); }
td.TdClassName
{
border-color: #A23800;
}
.TagClassName
{
border-color: #A23800;
}
</style>