Shades of Rust #A5430C
Tints of Rust #A5430C
RGB
CMYK
RGB Variations
Color information
#A5430C (or 0xA5430C) is known color: Rust. HEX triplet: A5, 43 and 0C. RGB value is (165,67,12). Sum of RGB (Red+Green+Blue) = 165+67+12=244 (32% of max value = 765). Red value is 165 (64.84% from 255 or 67.62% from 244); Green value is 67 (26.56% from 255 or 27.46% from 244); Blue value is 12 (5.08% from 255 or 4.92% from 244); Max value from RGB is 165 - color contains mainly: red. Hex color #A5430C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A5430C is #5ABCF3. Grayscale: #5A5A5A. Windows color (decimal): -5946612 or 803749. OLE color: 803749.
HSL color Cylindrical-coordinate representation of color #A5430C: hue angle of 21.57º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A5430C is Cyan = 0, Magento = 0.59, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 67 | 12 | - |
| CMYK | 0 | 0.59 | 0.93 | 0.35 |
| HSL | 21.57º | 0.86% | 0.35% | - |
| HSV(B) | 21.57º | 0.93% | 0.65% | - |
| XYZ | 17.59 | 12.04 | 1.74 | - |
| YUV | 90.03 | 83.97 | 181.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 67 | 12 | 0 | 0.59 | 0.93 | 0.35 | 21.57 | 0.86 | 0.35 |
| Hex | A5 | 43 | C | 0 | 3B | 5D | 23 | 16 | 56 | 23 |
| Octal | 245 | 103 | 14 | 0 | 73 | 135 | 43 | 26 | 126 | 43 |
| Binary | 10100101 | 1000011 | 1100 | 0 | 111011 | 1011101 | 100011 | 10110 | 1010110 | 100011 |
Color Harmonies of #A5430C
Complementary color
Monochromatic Colors of #A5430C
Black with #A5430C
Text Example
Text Example
White with #A5430C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5430C; }
p { color: rgb(165,67,12); }
H1.HeaderClassName
{
color: #A5430C;
}
.AnyTagClassName
{
color: #A5430C;
}
</style>
background-color css
<style>
a { background-color: #A5430C; }
a { background-color: rgb(165,67,12); }
div.DivClassName
{
background-color: #A5430C;
}
.BgClassName
{
background-color: #A5430C;
}
</style>
border-color css
<style>
span { border-color: #A5430C; }
span { border-color: rgb(165,67,12); }
td.TdClassName
{
border-color: #A5430C;
}
.TagClassName
{
border-color: #A5430C;
}
</style>