Shades of Rust #A4330D
Tints of Rust #A4330D
RGB
CMYK
RGB Variations
Color information
#A4330D (or 0xA4330D) is known color: Rust. HEX triplet: A4, 33 and 0D. RGB value is (164,51,13). Sum of RGB (Red+Green+Blue) = 164+51+13=228 (30% of max value = 765). Red value is 164 (64.45% from 255 or 71.93% from 228); Green value is 51 (20.31% from 255 or 22.37% from 228); Blue value is 13 (5.47% from 255 or 5.70% from 228); Max value from RGB is 164 - color contains mainly: red. Hex color #A4330D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A4330D is #5BCCF2. Grayscale: #505050. Windows color (decimal): -6016243 or 865188. OLE color: 865188.
HSL color Cylindrical-coordinate representation of color #A4330D: hue angle of 15.1º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A4330D is Cyan = 0, Magento = 0.69, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 51 | 13 | - |
| CMYK | 0 | 0.69 | 0.92 | 0.36 |
| HSL | 15.1º | 0.85% | 0.35% | - |
| HSV(B) | 15.1º | 0.92% | 0.64% | - |
| XYZ | 16.57 | 10.29 | 1.49 | - |
| YUV | 80.46 | 89.94 | 187.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 51 | 13 | 0 | 0.69 | 0.92 | 0.36 | 15.1 | 0.85 | 0.35 |
| Hex | A4 | 33 | D | 0 | 45 | 5C | 24 | F | 55 | 23 |
| Octal | 244 | 63 | 15 | 0 | 105 | 134 | 44 | 17 | 125 | 43 |
| Binary | 10100100 | 110011 | 1101 | 0 | 1000101 | 1011100 | 100100 | 1111 | 1010101 | 100011 |
Color Harmonies of #A4330D
Complementary color
Monochromatic Colors of #A4330D
Black with #A4330D
Text Example
Text Example
White with #A4330D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4330D; }
p { color: rgb(164,51,13); }
H1.HeaderClassName
{
color: #A4330D;
}
.AnyTagClassName
{
color: #A4330D;
}
</style>
background-color css
<style>
a { background-color: #A4330D; }
a { background-color: rgb(164,51,13); }
div.DivClassName
{
background-color: #A4330D;
}
.BgClassName
{
background-color: #A4330D;
}
</style>
border-color css
<style>
span { border-color: #A4330D; }
span { border-color: rgb(164,51,13); }
td.TdClassName
{
border-color: #A4330D;
}
.TagClassName
{
border-color: #A4330D;
}
</style>