Shades of Rust #A33202
Tints of Rust #A33202
RGB
CMYK
RGB Variations
Color information
#A33202 (or 0xA33202) is known color: Rust. HEX triplet: A3, 32 and 02. RGB value is (163,50,2). Sum of RGB (Red+Green+Blue) = 163+50+2=215 (28% of max value = 765). Red value is 163 (64.06% from 255 or 75.81% from 215); Green value is 50 (19.92% from 255 or 23.26% from 215); Blue value is 2 (1.17% from 255 or 0.93% from 215); Max value from RGB is 163 - color contains mainly: red. Hex color #A33202 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33202 is #5CCDFD. Grayscale: #4E4E4E. Windows color (decimal): -6082046 or 144035. OLE color: 144035.
HSL color Cylindrical-coordinate representation of color #A33202: hue angle of 17.89º 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 #A33202 is Cyan = 0, Magento = 0.69, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 50 | 2 | - |
| CMYK | 0 | 0.69 | 0.99 | 0.36 |
| HSL | 17.89º | 0.98% | 0.32% | - |
| HSV(B) | 17.89º | 0.99% | 0.64% | - |
| XYZ | 16.26 | 10.07 | 1.14 | - |
| YUV | 78.32 | 84.94 | 188.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 50 | 2 | 0 | 0.69 | 0.99 | 0.36 | 17.89 | 0.98 | 0.32 |
| Hex | A3 | 32 | 2 | 0 | 45 | 63 | 24 | 12 | 62 | 20 |
| Octal | 243 | 62 | 2 | 0 | 105 | 143 | 44 | 22 | 142 | 40 |
| Binary | 10100011 | 110010 | 10 | 0 | 1000101 | 1100011 | 100100 | 10010 | 1100010 | 100000 |
Color Harmonies of #A33202
Complementary color
Monochromatic Colors of #A33202
Black with #A33202
Text Example
Text Example
White with #A33202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33202; }
p { color: rgb(163,50,2); }
H1.HeaderClassName
{
color: #A33202;
}
.AnyTagClassName
{
color: #A33202;
}
</style>
background-color css
<style>
a { background-color: #A33202; }
a { background-color: rgb(163,50,2); }
div.DivClassName
{
background-color: #A33202;
}
.BgClassName
{
background-color: #A33202;
}
</style>
border-color css
<style>
span { border-color: #A33202; }
span { border-color: rgb(163,50,2); }
td.TdClassName
{
border-color: #A33202;
}
.TagClassName
{
border-color: #A33202;
}
</style>