Shades of Rust #A33E14
Tints of Rust #A33E14
RGB
CMYK
RGB Variations
Color information
#A33E14 (or 0xA33E14) is known color: Rust. HEX triplet: A3, 3E and 14. RGB value is (163,62,20). Sum of RGB (Red+Green+Blue) = 163+62+20=245 (32% of max value = 765). Red value is 163 (64.06% from 255 or 66.53% from 245); Green value is 62 (24.61% from 255 or 25.31% from 245); Blue value is 20 (8.20% from 255 or 8.16% from 245); Max value from RGB is 163 - color contains mainly: red. Hex color #A33E14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33E14 is #5CC1EB. Grayscale: #575757. Windows color (decimal): -6078956 or 1326755. OLE color: 1326755.
HSL color Cylindrical-coordinate representation of color #A33E14: hue angle of 17.62º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A33E14 is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 62 | 20 | - |
| CMYK | 0 | 0.62 | 0.88 | 0.36 |
| HSL | 17.62º | 0.78% | 0.36% | - |
| HSV(B) | 17.62º | 0.88% | 0.64% | - |
| XYZ | 16.95 | 11.28 | 1.95 | - |
| YUV | 87.41 | 89.96 | 181.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 62 | 20 | 0 | 0.62 | 0.88 | 0.36 | 17.62 | 0.78 | 0.36 |
| Hex | A3 | 3E | 14 | 0 | 3E | 58 | 24 | 12 | 4E | 24 |
| Octal | 243 | 76 | 24 | 0 | 76 | 130 | 44 | 22 | 116 | 44 |
| Binary | 10100011 | 111110 | 10100 | 0 | 111110 | 1011000 | 100100 | 10010 | 1001110 | 100100 |
Color Harmonies of #A33E14
Complementary color
Monochromatic Colors of #A33E14
Black with #A33E14
Text Example
Text Example
White with #A33E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33E14; }
p { color: rgb(163,62,20); }
H1.HeaderClassName
{
color: #A33E14;
}
.AnyTagClassName
{
color: #A33E14;
}
</style>
background-color css
<style>
a { background-color: #A33E14; }
a { background-color: rgb(163,62,20); }
div.DivClassName
{
background-color: #A33E14;
}
.BgClassName
{
background-color: #A33E14;
}
</style>
border-color css
<style>
span { border-color: #A33E14; }
span { border-color: rgb(163,62,20); }
td.TdClassName
{
border-color: #A33E14;
}
.TagClassName
{
border-color: #A33E14;
}
</style>