Shades of Rust #A33501
Tints of Rust #A33501
RGB
CMYK
RGB Variations
Color information
#A33501 (or 0xA33501) is known color: Rust. HEX triplet: A3, 35 and 01. RGB value is (163,53,1). Sum of RGB (Red+Green+Blue) = 163+53+1=217 (28% of max value = 765). Red value is 163 (64.06% from 255 or 75.12% from 217); Green value is 53 (21.09% from 255 or 24.42% from 217); Blue value is 1 (0.78% from 255 or 0.46% from 217); Max value from RGB is 163 - color contains mainly: red. Hex color #A33501 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33501 is #5CCAFE. Grayscale: #505050. Windows color (decimal): -6081279 or 79267. OLE color: 79267.
HSL color Cylindrical-coordinate representation of color #A33501: hue angle of 19.26º degrees, saturation: 0.99, 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 #A33501 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 53 | 1 | - |
| CMYK | 0 | 0.67 | 0.99 | 0.36 |
| HSL | 19.26º | 0.99% | 0.32% | - |
| HSV(B) | 19.26º | 0.99% | 0.64% | - |
| XYZ | 16.38 | 10.33 | 1.16 | - |
| YUV | 79.96 | 83.44 | 187.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 53 | 1 | 0 | 0.67 | 0.99 | 0.36 | 19.26 | 0.99 | 0.32 |
| Hex | A3 | 35 | 1 | 0 | 43 | 63 | 24 | 13 | 63 | 20 |
| Octal | 243 | 65 | 1 | 0 | 103 | 143 | 44 | 23 | 143 | 40 |
| Binary | 10100011 | 110101 | 1 | 0 | 1000011 | 1100011 | 100100 | 10011 | 1100011 | 100000 |
Color Harmonies of #A33501
Complementary color
Monochromatic Colors of #A33501
Black with #A33501
Text Example
Text Example
White with #A33501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33501; }
p { color: rgb(163,53,1); }
H1.HeaderClassName
{
color: #A33501;
}
.AnyTagClassName
{
color: #A33501;
}
</style>
background-color css
<style>
a { background-color: #A33501; }
a { background-color: rgb(163,53,1); }
div.DivClassName
{
background-color: #A33501;
}
.BgClassName
{
background-color: #A33501;
}
</style>
border-color css
<style>
span { border-color: #A33501; }
span { border-color: rgb(163,53,1); }
td.TdClassName
{
border-color: #A33501;
}
.TagClassName
{
border-color: #A33501;
}
</style>