Shades of Rust #A3440F
Tints of Rust #A3440F
RGB
CMYK
RGB Variations
Color information
#A3440F (or 0xA3440F) is known color: Rust. HEX triplet: A3, 44 and 0F. RGB value is (163,68,15). Sum of RGB (Red+Green+Blue) = 163+68+15=246 (32% of max value = 765). Red value is 163 (64.06% from 255 or 66.26% from 246); Green value is 68 (26.95% from 255 or 27.64% from 246); Blue value is 15 (6.25% from 255 or 6.10% from 246); Max value from RGB is 163 - color contains mainly: red. Hex color #A3440F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A3440F is #5CBBF0. Grayscale: #5A5A5A. Windows color (decimal): -6077425 or 1000611. OLE color: 1000611.
HSL color Cylindrical-coordinate representation of color #A3440F: hue angle of 21.49º degrees, saturation: 0.83, 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 #A3440F is Cyan = 0, Magento = 0.58, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 68 | 15 | - |
| CMYK | 0 | 0.58 | 0.91 | 0.36 |
| HSL | 21.49º | 0.83% | 0.35% | - |
| HSV(B) | 21.49º | 0.91% | 0.64% | - |
| XYZ | 17.26 | 11.96 | 1.85 | - |
| YUV | 90.36 | 85.47 | 179.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 68 | 15 | 0 | 0.58 | 0.91 | 0.36 | 21.49 | 0.83 | 0.35 |
| Hex | A3 | 44 | F | 0 | 3A | 5B | 24 | 15 | 53 | 23 |
| Octal | 243 | 104 | 17 | 0 | 72 | 133 | 44 | 25 | 123 | 43 |
| Binary | 10100011 | 1000100 | 1111 | 0 | 111010 | 1011011 | 100100 | 10101 | 1010011 | 100011 |
Color Harmonies of #A3440F
Complementary color
Monochromatic Colors of #A3440F
Black with #A3440F
Text Example
Text Example
White with #A3440F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3440F; }
p { color: rgb(163,68,15); }
H1.HeaderClassName
{
color: #A3440F;
}
.AnyTagClassName
{
color: #A3440F;
}
</style>
background-color css
<style>
a { background-color: #A3440F; }
a { background-color: rgb(163,68,15); }
div.DivClassName
{
background-color: #A3440F;
}
.BgClassName
{
background-color: #A3440F;
}
</style>
border-color css
<style>
span { border-color: #A3440F; }
span { border-color: rgb(163,68,15); }
td.TdClassName
{
border-color: #A3440F;
}
.TagClassName
{
border-color: #A3440F;
}
</style>