Shades of Rust #A23302
Tints of Rust #A23302
RGB
CMYK
RGB Variations
Color information
#A23302 (or 0xA23302) is known color: Rust. HEX triplet: A2, 33 and 02. RGB value is (162,51,2). Sum of RGB (Red+Green+Blue) = 162+51+2=215 (28% of max value = 765). Red value is 162 (63.67% from 255 or 75.35% from 215); Green value is 51 (20.31% from 255 or 23.72% from 215); Blue value is 2 (1.17% from 255 or 0.93% from 215); Max value from RGB is 162 - color contains mainly: red. Hex color #A23302 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23302 is #5DCCFD. Grayscale: #4E4E4E. Windows color (decimal): -6147326 or 144290. OLE color: 144290.
HSL color Cylindrical-coordinate representation of color #A23302: hue angle of 18.38º 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 #A23302 is Cyan = 0, Magento = 0.69, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 51 | 2 | - |
| CMYK | 0 | 0.69 | 0.99 | 0.36 |
| HSL | 18.38º | 0.98% | 0.32% | - |
| HSV(B) | 18.38º | 0.99% | 0.64% | - |
| XYZ | 16.1 | 10.05 | 1.15 | - |
| YUV | 78.6 | 84.77 | 187.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 51 | 2 | 0 | 0.69 | 0.99 | 0.36 | 18.38 | 0.98 | 0.32 |
| Hex | A2 | 33 | 2 | 0 | 45 | 63 | 24 | 12 | 62 | 20 |
| Octal | 242 | 63 | 2 | 0 | 105 | 143 | 44 | 22 | 142 | 40 |
| Binary | 10100010 | 110011 | 10 | 0 | 1000101 | 1100011 | 100100 | 10010 | 1100010 | 100000 |
Color Harmonies of #A23302
Complementary color
Monochromatic Colors of #A23302
Black with #A23302
Text Example
Text Example
White with #A23302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23302; }
p { color: rgb(162,51,2); }
H1.HeaderClassName
{
color: #A23302;
}
.AnyTagClassName
{
color: #A23302;
}
</style>
background-color css
<style>
a { background-color: #A23302; }
a { background-color: rgb(162,51,2); }
div.DivClassName
{
background-color: #A23302;
}
.BgClassName
{
background-color: #A23302;
}
</style>
border-color css
<style>
span { border-color: #A23302; }
span { border-color: rgb(162,51,2); }
td.TdClassName
{
border-color: #A23302;
}
.TagClassName
{
border-color: #A23302;
}
</style>