Shades of Rust #A33302
Tints of Rust #A33302
RGB
CMYK
RGB Variations
Color information
#A33302 (or 0xA33302) is known color: Rust. HEX triplet: A3, 33 and 02. RGB value is (163,51,2). Sum of RGB (Red+Green+Blue) = 163+51+2=216 (28% of max value = 765). Red value is 163 (64.06% from 255 or 75.46% from 216); Green value is 51 (20.31% from 255 or 23.61% from 216); Blue value is 2 (1.17% from 255 or 0.93% from 216); Max value from RGB is 163 - color contains mainly: red. Hex color #A33302 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33302 is #5CCCFD. Grayscale: #4F4F4F. Windows color (decimal): -6081790 or 144291. OLE color: 144291.
HSL color Cylindrical-coordinate representation of color #A33302: hue angle of 18.26º 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 #A33302 is Cyan = 0, Magento = 0.69, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 51 | 2 | - |
| CMYK | 0 | 0.69 | 0.99 | 0.36 |
| HSL | 18.26º | 0.98% | 0.32% | - |
| HSV(B) | 18.26º | 0.99% | 0.64% | - |
| XYZ | 16.3 | 10.16 | 1.16 | - |
| YUV | 78.9 | 84.61 | 187.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 51 | 2 | 0 | 0.69 | 0.99 | 0.36 | 18.26 | 0.98 | 0.32 |
| Hex | A3 | 33 | 2 | 0 | 45 | 63 | 24 | 12 | 62 | 20 |
| Octal | 243 | 63 | 2 | 0 | 105 | 143 | 44 | 22 | 142 | 40 |
| Binary | 10100011 | 110011 | 10 | 0 | 1000101 | 1100011 | 100100 | 10010 | 1100010 | 100000 |
Color Harmonies of #A33302
Complementary color
Monochromatic Colors of #A33302
Black with #A33302
Text Example
Text Example
White with #A33302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33302; }
p { color: rgb(163,51,2); }
H1.HeaderClassName
{
color: #A33302;
}
.AnyTagClassName
{
color: #A33302;
}
</style>
background-color css
<style>
a { background-color: #A33302; }
a { background-color: rgb(163,51,2); }
div.DivClassName
{
background-color: #A33302;
}
.BgClassName
{
background-color: #A33302;
}
</style>
border-color css
<style>
span { border-color: #A33302; }
span { border-color: rgb(163,51,2); }
td.TdClassName
{
border-color: #A33302;
}
.TagClassName
{
border-color: #A33302;
}
</style>