Shades of Rust #A34407
Tints of Rust #A34407
RGB
CMYK
RGB Variations
Color information
#A34407 (or 0xA34407) is known color: Rust. HEX triplet: A3, 44 and 07. RGB value is (163,68,7). Sum of RGB (Red+Green+Blue) = 163+68+7=238 (31% of max value = 765). Red value is 163 (64.06% from 255 or 68.49% from 238); Green value is 68 (26.95% from 255 or 28.57% from 238); Blue value is 7 (3.12% from 255 or 2.94% from 238); Max value from RGB is 163 - color contains mainly: red. Hex color #A34407 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34407 is #5CBBF8. Grayscale: #595959. Windows color (decimal): -6077433 or 476323. OLE color: 476323.
HSL color Cylindrical-coordinate representation of color #A34407: hue angle of 23.46º 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 #A34407 is Cyan = 0, Magento = 0.58, Yellow = 0.96 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 68 | 7 | - |
| CMYK | 0 | 0.58 | 0.96 | 0.36 |
| HSL | 23.46º | 0.92% | 0.33% | - |
| HSV(B) | 23.46º | 0.96% | 0.64% | - |
| XYZ | 17.21 | 11.94 | 1.6 | - |
| YUV | 89.45 | 81.47 | 180.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 68 | 7 | 0 | 0.58 | 0.96 | 0.36 | 23.46 | 0.92 | 0.33 |
| Hex | A3 | 44 | 7 | 0 | 3A | 60 | 24 | 17 | 5C | 21 |
| Octal | 243 | 104 | 7 | 0 | 72 | 140 | 44 | 27 | 134 | 41 |
| Binary | 10100011 | 1000100 | 111 | 0 | 111010 | 1100000 | 100100 | 10111 | 1011100 | 100001 |
Color Harmonies of #A34407
Complementary color
Monochromatic Colors of #A34407
Black with #A34407
Text Example
Text Example
White with #A34407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34407; }
p { color: rgb(163,68,7); }
H1.HeaderClassName
{
color: #A34407;
}
.AnyTagClassName
{
color: #A34407;
}
</style>
background-color css
<style>
a { background-color: #A34407; }
a { background-color: rgb(163,68,7); }
div.DivClassName
{
background-color: #A34407;
}
.BgClassName
{
background-color: #A34407;
}
</style>
border-color css
<style>
span { border-color: #A34407; }
span { border-color: rgb(163,68,7); }
td.TdClassName
{
border-color: #A34407;
}
.TagClassName
{
border-color: #A34407;
}
</style>