Shades of Rust #A43809
Tints of Rust #A43809
RGB
CMYK
RGB Variations
Color information
#A43809 (or 0xA43809) is known color: Rust. HEX triplet: A4, 38 and 09. RGB value is (164,56,9). Sum of RGB (Red+Green+Blue) = 164+56+9=229 (30% of max value = 765). Red value is 164 (64.45% from 255 or 71.62% from 229); Green value is 56 (22.27% from 255 or 24.45% from 229); Blue value is 9 (3.91% from 255 or 3.93% from 229); Max value from RGB is 164 - color contains mainly: red. Hex color #A43809 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A43809 is #5BC7F6. Grayscale: #535353. Windows color (decimal): -6014967 or 604324. OLE color: 604324.
HSL color Cylindrical-coordinate representation of color #A43809: hue angle of 18.19º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A43809 is Cyan = 0, Magento = 0.66, Yellow = 0.95 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 56 | 9 | - |
| CMYK | 0 | 0.66 | 0.95 | 0.36 |
| HSL | 18.19º | 0.9% | 0.34% | - |
| HSV(B) | 18.19º | 0.95% | 0.64% | - |
| XYZ | 16.77 | 10.74 | 1.45 | - |
| YUV | 82.93 | 86.28 | 185.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 56 | 9 | 0 | 0.66 | 0.95 | 0.36 | 18.19 | 0.9 | 0.34 |
| Hex | A4 | 38 | 9 | 0 | 42 | 5F | 24 | 12 | 5A | 22 |
| Octal | 244 | 70 | 11 | 0 | 102 | 137 | 44 | 22 | 132 | 42 |
| Binary | 10100100 | 111000 | 1001 | 0 | 1000010 | 1011111 | 100100 | 10010 | 1011010 | 100010 |
Color Harmonies of #A43809
Complementary color
Monochromatic Colors of #A43809
Black with #A43809
Text Example
Text Example
White with #A43809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43809; }
p { color: rgb(164,56,9); }
H1.HeaderClassName
{
color: #A43809;
}
.AnyTagClassName
{
color: #A43809;
}
</style>
background-color css
<style>
a { background-color: #A43809; }
a { background-color: rgb(164,56,9); }
div.DivClassName
{
background-color: #A43809;
}
.BgClassName
{
background-color: #A43809;
}
</style>
border-color css
<style>
span { border-color: #A43809; }
span { border-color: rgb(164,56,9); }
td.TdClassName
{
border-color: #A43809;
}
.TagClassName
{
border-color: #A43809;
}
</style>