Shades of Rust #A43B10
Tints of Rust #A43B10
RGB
CMYK
RGB Variations
Color information
#A43B10 (or 0xA43B10) is known color: Rust. HEX triplet: A4, 3B and 10. RGB value is (164,59,16). Sum of RGB (Red+Green+Blue) = 164+59+16=239 (31% of max value = 765). Red value is 164 (64.45% from 255 or 68.62% from 239); Green value is 59 (23.44% from 255 or 24.69% from 239); Blue value is 16 (6.64% from 255 or 6.69% from 239); Max value from RGB is 164 - color contains mainly: red. Hex color #A43B10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A43B10 is #5BC4EF. Grayscale: #555555. Windows color (decimal): -6014192 or 1063844. OLE color: 1063844.
HSL color Cylindrical-coordinate representation of color #A43B10: hue angle of 17.43º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A43B10 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 59 | 16 | - |
| CMYK | 0 | 0.64 | 0.90 | 0.36 |
| HSL | 17.43º | 0.82% | 0.35% | - |
| HSV(B) | 17.43º | 0.9% | 0.64% | - |
| XYZ | 16.97 | 11.06 | 1.73 | - |
| YUV | 85.49 | 88.79 | 184 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 59 | 16 | 0 | 0.64 | 0.90 | 0.36 | 17.43 | 0.82 | 0.35 |
| Hex | A4 | 3B | 10 | 0 | 40 | 5A | 24 | 11 | 52 | 23 |
| Octal | 244 | 73 | 20 | 0 | 100 | 132 | 44 | 21 | 122 | 43 |
| Binary | 10100100 | 111011 | 10000 | 0 | 1000000 | 1011010 | 100100 | 10001 | 1010010 | 100011 |
Color Harmonies of #A43B10
Complementary color
Monochromatic Colors of #A43B10
Black with #A43B10
Text Example
Text Example
White with #A43B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43B10; }
p { color: rgb(164,59,16); }
H1.HeaderClassName
{
color: #A43B10;
}
.AnyTagClassName
{
color: #A43B10;
}
</style>
background-color css
<style>
a { background-color: #A43B10; }
a { background-color: rgb(164,59,16); }
div.DivClassName
{
background-color: #A43B10;
}
.BgClassName
{
background-color: #A43B10;
}
</style>
border-color css
<style>
span { border-color: #A43B10; }
span { border-color: rgb(164,59,16); }
td.TdClassName
{
border-color: #A43B10;
}
.TagClassName
{
border-color: #A43B10;
}
</style>