Shades of Rust #A32B0E
Tints of Rust #A32B0E
RGB
CMYK
RGB Variations
Color information
#A32B0E (or 0xA32B0E) is known color: Rust. HEX triplet: A3, 2B and 0E. RGB value is (163,43,14). Sum of RGB (Red+Green+Blue) = 163+43+14=220 (29% of max value = 765). Red value is 163 (64.06% from 255 or 74.09% from 220); Green value is 43 (17.19% from 255 or 19.55% from 220); Blue value is 14 (5.86% from 255 or 6.36% from 220); Max value from RGB is 163 - color contains mainly: red. Hex color #A32B0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32B0E is #5CD4F1. Grayscale: #4B4B4B. Windows color (decimal): -6083826 or 928675. OLE color: 928675.
HSL color Cylindrical-coordinate representation of color #A32B0E: hue angle of 11.68º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A32B0E is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 43 | 14 | - |
| CMYK | 0 | 0.74 | 0.91 | 0.36 |
| HSL | 11.68º | 0.84% | 0.35% | - |
| HSV(B) | 11.68º | 0.91% | 0.64% | - |
| XYZ | 16.05 | 9.55 | 1.41 | - |
| YUV | 75.57 | 93.26 | 190.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 43 | 14 | 0 | 0.74 | 0.91 | 0.36 | 11.68 | 0.84 | 0.35 |
| Hex | A3 | 2B | E | 0 | 4A | 5B | 24 | C | 54 | 23 |
| Octal | 243 | 53 | 16 | 0 | 112 | 133 | 44 | 14 | 124 | 43 |
| Binary | 10100011 | 101011 | 1110 | 0 | 1001010 | 1011011 | 100100 | 1100 | 1010100 | 100011 |
Color Harmonies of #A32B0E
Complementary color
Monochromatic Colors of #A32B0E
Black with #A32B0E
Text Example
Text Example
White with #A32B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32B0E; }
p { color: rgb(163,43,14); }
H1.HeaderClassName
{
color: #A32B0E;
}
.AnyTagClassName
{
color: #A32B0E;
}
</style>
background-color css
<style>
a { background-color: #A32B0E; }
a { background-color: rgb(163,43,14); }
div.DivClassName
{
background-color: #A32B0E;
}
.BgClassName
{
background-color: #A32B0E;
}
</style>
border-color css
<style>
span { border-color: #A32B0E; }
span { border-color: rgb(163,43,14); }
td.TdClassName
{
border-color: #A32B0E;
}
.TagClassName
{
border-color: #A32B0E;
}
</style>