Shades of Rust #A23802
Tints of Rust #A23802
RGB
CMYK
RGB Variations
Color information
#A23802 (or 0xA23802) is known color: Rust. HEX triplet: A2, 38 and 02. RGB value is (162,56,2). Sum of RGB (Red+Green+Blue) = 162+56+2=220 (29% of max value = 765). Red value is 162 (63.67% from 255 or 73.64% from 220); Green value is 56 (22.27% from 255 or 25.45% from 220); Blue value is 2 (1.17% from 255 or 0.91% from 220); Max value from RGB is 162 - color contains mainly: red. Hex color #A23802 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23802 is #5DC7FD. Grayscale: #515151. Windows color (decimal): -6146046 or 145570. OLE color: 145570.
HSL color Cylindrical-coordinate representation of color #A23802: hue angle of 20.25º degrees, saturation: 0.98, 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 #A23802 is Cyan = 0, Magento = 0.65, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 56 | 2 | - |
| CMYK | 0 | 0.65 | 0.99 | 0.36 |
| HSL | 20.25º | 0.98% | 0.32% | - |
| HSV(B) | 20.25º | 0.99% | 0.64% | - |
| XYZ | 16.33 | 10.51 | 1.23 | - |
| YUV | 81.54 | 83.12 | 185.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 56 | 2 | 0 | 0.65 | 0.99 | 0.36 | 20.25 | 0.98 | 0.32 |
| Hex | A2 | 38 | 2 | 0 | 41 | 63 | 24 | 14 | 62 | 20 |
| Octal | 242 | 70 | 2 | 0 | 101 | 143 | 44 | 24 | 142 | 40 |
| Binary | 10100010 | 111000 | 10 | 0 | 1000001 | 1100011 | 100100 | 10100 | 1100010 | 100000 |
Color Harmonies of #A23802
Complementary color
Monochromatic Colors of #A23802
Black with #A23802
Text Example
Text Example
White with #A23802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23802; }
p { color: rgb(162,56,2); }
H1.HeaderClassName
{
color: #A23802;
}
.AnyTagClassName
{
color: #A23802;
}
</style>
background-color css
<style>
a { background-color: #A23802; }
a { background-color: rgb(162,56,2); }
div.DivClassName
{
background-color: #A23802;
}
.BgClassName
{
background-color: #A23802;
}
</style>
border-color css
<style>
span { border-color: #A23802; }
span { border-color: rgb(162,56,2); }
td.TdClassName
{
border-color: #A23802;
}
.TagClassName
{
border-color: #A23802;
}
</style>