Shades of Rust #A32D07
Tints of Rust #A32D07
RGB
CMYK
RGB Variations
Color information
#A32D07 (or 0xA32D07) is known color: Rust. HEX triplet: A3, 2D and 07. RGB value is (163,45,7). Sum of RGB (Red+Green+Blue) = 163+45+7=215 (28% of max value = 765). Red value is 163 (64.06% from 255 or 75.81% from 215); Green value is 45 (17.97% from 255 or 20.93% from 215); Blue value is 7 (3.12% from 255 or 3.26% from 215); Max value from RGB is 163 - color contains mainly: red. Hex color #A32D07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32D07 is #5CD2F8. Grayscale: #4C4C4C. Windows color (decimal): -6083321 or 470435. OLE color: 470435.
HSL color Cylindrical-coordinate representation of color #A32D07: hue angle of 14.62º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A32D07 is Cyan = 0, Magento = 0.72, Yellow = 0.96 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 45 | 7 | - |
| CMYK | 0 | 0.72 | 0.96 | 0.36 |
| HSL | 14.62º | 0.92% | 0.33% | - |
| HSV(B) | 14.62º | 0.96% | 0.64% | - |
| XYZ | 16.08 | 9.68 | 1.22 | - |
| YUV | 75.95 | 89.09 | 190.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 45 | 7 | 0 | 0.72 | 0.96 | 0.36 | 14.62 | 0.92 | 0.33 |
| Hex | A3 | 2D | 7 | 0 | 48 | 60 | 24 | F | 5C | 21 |
| Octal | 243 | 55 | 7 | 0 | 110 | 140 | 44 | 17 | 134 | 41 |
| Binary | 10100011 | 101101 | 111 | 0 | 1001000 | 1100000 | 100100 | 1111 | 1011100 | 100001 |
Color Harmonies of #A32D07
Complementary color
Monochromatic Colors of #A32D07
Black with #A32D07
Text Example
Text Example
White with #A32D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32D07; }
p { color: rgb(163,45,7); }
H1.HeaderClassName
{
color: #A32D07;
}
.AnyTagClassName
{
color: #A32D07;
}
</style>
background-color css
<style>
a { background-color: #A32D07; }
a { background-color: rgb(163,45,7); }
div.DivClassName
{
background-color: #A32D07;
}
.BgClassName
{
background-color: #A32D07;
}
</style>
border-color css
<style>
span { border-color: #A32D07; }
span { border-color: rgb(163,45,7); }
td.TdClassName
{
border-color: #A32D07;
}
.TagClassName
{
border-color: #A32D07;
}
</style>