Shades of Rust #A84313
Tints of Rust #A84313
RGB
CMYK
RGB Variations
Color information
#A84313 (or 0xA84313) is known color: Rust. HEX triplet: A8, 43 and 13. RGB value is (168,67,19). Sum of RGB (Red+Green+Blue) = 168+67+19=254 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.14% from 254); Green value is 67 (26.56% from 255 or 26.38% from 254); Blue value is 19 (7.81% from 255 or 7.48% from 254); Max value from RGB is 168 - color contains mainly: red. Hex color #A84313 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84313 is #57BCEC. Grayscale: #5C5C5C. Windows color (decimal): -5749997 or 1262504. OLE color: 1262504.
HSL color Cylindrical-coordinate representation of color #A84313: hue angle of 19.33º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A84313 is Cyan = 0, Magento = 0.60, Yellow = 0.89 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 67 | 19 | - |
| CMYK | 0 | 0.60 | 0.89 | 0.34 |
| HSL | 19.33º | 0.8% | 0.37% | - |
| HSV(B) | 19.33º | 0.89% | 0.66% | - |
| XYZ | 18.27 | 12.39 | 2.04 | - |
| YUV | 91.73 | 86.96 | 182.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 67 | 19 | 0 | 0.60 | 0.89 | 0.34 | 19.33 | 0.8 | 0.37 |
| Hex | A8 | 43 | 13 | 0 | 3C | 59 | 22 | 13 | 50 | 25 |
| Octal | 250 | 103 | 23 | 0 | 74 | 131 | 42 | 23 | 120 | 45 |
| Binary | 10101000 | 1000011 | 10011 | 0 | 111100 | 1011001 | 100010 | 10011 | 1010000 | 100101 |
Color Harmonies of #A84313
Complementary color
Monochromatic Colors of #A84313
Black with #A84313
Text Example
Text Example
White with #A84313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84313; }
p { color: rgb(168,67,19); }
H1.HeaderClassName
{
color: #A84313;
}
.AnyTagClassName
{
color: #A84313;
}
</style>
background-color css
<style>
a { background-color: #A84313; }
a { background-color: rgb(168,67,19); }
div.DivClassName
{
background-color: #A84313;
}
.BgClassName
{
background-color: #A84313;
}
</style>
border-color css
<style>
span { border-color: #A84313; }
span { border-color: rgb(168,67,19); }
td.TdClassName
{
border-color: #A84313;
}
.TagClassName
{
border-color: #A84313;
}
</style>