Shades of Rust #A4300C
Tints of Rust #A4300C
RGB
CMYK
RGB Variations
Color information
#A4300C (or 0xA4300C) is known color: Rust. HEX triplet: A4, 30 and 0C. RGB value is (164,48,12). Sum of RGB (Red+Green+Blue) = 164+48+12=224 (29% of max value = 765). Red value is 164 (64.45% from 255 or 73.21% from 224); Green value is 48 (19.14% from 255 or 21.43% from 224); Blue value is 12 (5.08% from 255 or 5.36% from 224); Max value from RGB is 164 - color contains mainly: red. Hex color #A4300C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A4300C is #5BCFF3. Grayscale: #4E4E4E. Windows color (decimal): -6017012 or 798884. OLE color: 798884.
HSL color Cylindrical-coordinate representation of color #A4300C: hue angle of 14.21º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A4300C is Cyan = 0, Magento = 0.71, Yellow = 0.93 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 48 | 12 | - |
| CMYK | 0 | 0.71 | 0.93 | 0.36 |
| HSL | 14.21º | 0.86% | 0.35% | - |
| HSV(B) | 14.21º | 0.93% | 0.64% | - |
| XYZ | 16.43 | 10.03 | 1.42 | - |
| YUV | 78.58 | 90.43 | 188.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 48 | 12 | 0 | 0.71 | 0.93 | 0.36 | 14.21 | 0.86 | 0.35 |
| Hex | A4 | 30 | C | 0 | 47 | 5D | 24 | E | 56 | 23 |
| Octal | 244 | 60 | 14 | 0 | 107 | 135 | 44 | 16 | 126 | 43 |
| Binary | 10100100 | 110000 | 1100 | 0 | 1000111 | 1011101 | 100100 | 1110 | 1010110 | 100011 |
Color Harmonies of #A4300C
Complementary color
Monochromatic Colors of #A4300C
Black with #A4300C
Text Example
Text Example
White with #A4300C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4300C; }
p { color: rgb(164,48,12); }
H1.HeaderClassName
{
color: #A4300C;
}
.AnyTagClassName
{
color: #A4300C;
}
</style>
background-color css
<style>
a { background-color: #A4300C; }
a { background-color: rgb(164,48,12); }
div.DivClassName
{
background-color: #A4300C;
}
.BgClassName
{
background-color: #A4300C;
}
</style>
border-color css
<style>
span { border-color: #A4300C; }
span { border-color: rgb(164,48,12); }
td.TdClassName
{
border-color: #A4300C;
}
.TagClassName
{
border-color: #A4300C;
}
</style>