Shades of Rust #A33402
Tints of Rust #A33402
RGB
CMYK
RGB Variations
Color information
#A33402 (or 0xA33402) is known color: Rust. HEX triplet: A3, 34 and 02. RGB value is (163,52,2). Sum of RGB (Red+Green+Blue) = 163+52+2=217 (28% of max value = 765). Red value is 163 (64.06% from 255 or 75.12% from 217); Green value is 52 (20.70% from 255 or 23.96% from 217); Blue value is 2 (1.17% from 255 or 0.92% from 217); Max value from RGB is 163 - color contains mainly: red. Hex color #A33402 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33402 is #5CCBFD. Grayscale: #4F4F4F. Windows color (decimal): -6081534 or 144547. OLE color: 144547.
HSL color Cylindrical-coordinate representation of color #A33402: hue angle of 18.63º 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 #A33402 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 52 | 2 | - |
| CMYK | 0 | 0.68 | 0.99 | 0.36 |
| HSL | 18.63º | 0.98% | 0.32% | - |
| HSV(B) | 18.63º | 0.99% | 0.64% | - |
| XYZ | 16.34 | 10.25 | 1.17 | - |
| YUV | 79.49 | 84.27 | 187.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 52 | 2 | 0 | 0.68 | 0.99 | 0.36 | 18.63 | 0.98 | 0.32 |
| Hex | A3 | 34 | 2 | 0 | 44 | 63 | 24 | 13 | 62 | 20 |
| Octal | 243 | 64 | 2 | 0 | 104 | 143 | 44 | 23 | 142 | 40 |
| Binary | 10100011 | 110100 | 10 | 0 | 1000100 | 1100011 | 100100 | 10011 | 1100010 | 100000 |
Color Harmonies of #A33402
Complementary color
Monochromatic Colors of #A33402
Black with #A33402
Text Example
Text Example
White with #A33402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33402; }
p { color: rgb(163,52,2); }
H1.HeaderClassName
{
color: #A33402;
}
.AnyTagClassName
{
color: #A33402;
}
</style>
background-color css
<style>
a { background-color: #A33402; }
a { background-color: rgb(163,52,2); }
div.DivClassName
{
background-color: #A33402;
}
.BgClassName
{
background-color: #A33402;
}
</style>
border-color css
<style>
span { border-color: #A33402; }
span { border-color: rgb(163,52,2); }
td.TdClassName
{
border-color: #A33402;
}
.TagClassName
{
border-color: #A33402;
}
</style>