Shades of Rust #A4300D
Tints of Rust #A4300D
RGB
CMYK
RGB Variations
Color information
#A4300D (or 0xA4300D) is known color: Rust. HEX triplet: A4, 30 and 0D. RGB value is (164,48,13). Sum of RGB (Red+Green+Blue) = 164+48+13=225 (29% of max value = 765). Red value is 164 (64.45% from 255 or 72.89% from 225); Green value is 48 (19.14% from 255 or 21.33% from 225); Blue value is 13 (5.47% from 255 or 5.78% from 225); Max value from RGB is 164 - color contains mainly: red. Hex color #A4300D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A4300D is #5BCFF2. Grayscale: #4E4E4E. Windows color (decimal): -6017011 or 864420. OLE color: 864420.
HSL color Cylindrical-coordinate representation of color #A4300D: hue angle of 13.91º 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 #A4300D is Cyan = 0, Magento = 0.71, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 48 | 13 | - |
| CMYK | 0 | 0.71 | 0.92 | 0.36 |
| HSL | 13.91º | 0.85% | 0.35% | - |
| HSV(B) | 13.91º | 0.92% | 0.64% | - |
| XYZ | 16.44 | 10.04 | 1.45 | - |
| YUV | 78.69 | 90.93 | 188.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 48 | 13 | 0 | 0.71 | 0.92 | 0.36 | 13.91 | 0.85 | 0.35 |
| Hex | A4 | 30 | D | 0 | 47 | 5C | 24 | E | 55 | 23 |
| Octal | 244 | 60 | 15 | 0 | 107 | 134 | 44 | 16 | 125 | 43 |
| Binary | 10100100 | 110000 | 1101 | 0 | 1000111 | 1011100 | 100100 | 1110 | 1010101 | 100011 |
Color Harmonies of #A4300D
Complementary color
Monochromatic Colors of #A4300D
Black with #A4300D
Text Example
Text Example
White with #A4300D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4300D; }
p { color: rgb(164,48,13); }
H1.HeaderClassName
{
color: #A4300D;
}
.AnyTagClassName
{
color: #A4300D;
}
</style>
background-color css
<style>
a { background-color: #A4300D; }
a { background-color: rgb(164,48,13); }
div.DivClassName
{
background-color: #A4300D;
}
.BgClassName
{
background-color: #A4300D;
}
</style>
border-color css
<style>
span { border-color: #A4300D; }
span { border-color: rgb(164,48,13); }
td.TdClassName
{
border-color: #A4300D;
}
.TagClassName
{
border-color: #A4300D;
}
</style>