Shades of Rust #A33A0E
Tints of Rust #A33A0E
RGB
CMYK
RGB Variations
Color information
#A33A0E (or 0xA33A0E) is known color: Rust. HEX triplet: A3, 3A and 0E. RGB value is (163,58,14). Sum of RGB (Red+Green+Blue) = 163+58+14=235 (31% of max value = 765). Red value is 163 (64.06% from 255 or 69.36% from 235); Green value is 58 (23.05% from 255 or 24.68% from 235); Blue value is 14 (5.86% from 255 or 5.96% from 235); Max value from RGB is 163 - color contains mainly: red. Hex color #A33A0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33A0E is #5CC5F1. Grayscale: #545454. Windows color (decimal): -6079986 or 932515. OLE color: 932515.
HSL color Cylindrical-coordinate representation of color #A33A0E: hue angle of 17.72º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A33A0E is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 58 | 14 | - |
| CMYK | 0 | 0.64 | 0.91 | 0.36 |
| HSL | 17.72º | 0.84% | 0.35% | - |
| HSV(B) | 17.72º | 0.91% | 0.64% | - |
| XYZ | 16.7 | 10.84 | 1.63 | - |
| YUV | 84.38 | 88.29 | 184.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 58 | 14 | 0 | 0.64 | 0.91 | 0.36 | 17.72 | 0.84 | 0.35 |
| Hex | A3 | 3A | E | 0 | 40 | 5B | 24 | 12 | 54 | 23 |
| Octal | 243 | 72 | 16 | 0 | 100 | 133 | 44 | 22 | 124 | 43 |
| Binary | 10100011 | 111010 | 1110 | 0 | 1000000 | 1011011 | 100100 | 10010 | 1010100 | 100011 |
Color Harmonies of #A33A0E
Complementary color
Monochromatic Colors of #A33A0E
Black with #A33A0E
Text Example
Text Example
White with #A33A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33A0E; }
p { color: rgb(163,58,14); }
H1.HeaderClassName
{
color: #A33A0E;
}
.AnyTagClassName
{
color: #A33A0E;
}
</style>
background-color css
<style>
a { background-color: #A33A0E; }
a { background-color: rgb(163,58,14); }
div.DivClassName
{
background-color: #A33A0E;
}
.BgClassName
{
background-color: #A33A0E;
}
</style>
border-color css
<style>
span { border-color: #A33A0E; }
span { border-color: rgb(163,58,14); }
td.TdClassName
{
border-color: #A33A0E;
}
.TagClassName
{
border-color: #A33A0E;
}
</style>