Shades of Rust #A84402
Tints of Rust #A84402
RGB
CMYK
RGB Variations
Color information
#A84402 (or 0xA84402) is known color: Rust. HEX triplet: A8, 44 and 02. RGB value is (168,68,2). Sum of RGB (Red+Green+Blue) = 168+68+2=238 (31% of max value = 765). Red value is 168 (66.02% from 255 or 70.59% from 238); Green value is 68 (26.95% from 255 or 28.57% from 238); Blue value is 2 (1.17% from 255 or 0.84% from 238); Max value from RGB is 168 - color contains mainly: red. Hex color #A84402 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84402 is #57BBFD. Grayscale: #5A5A5A. Windows color (decimal): -5749758 or 148648. OLE color: 148648.
HSL color Cylindrical-coordinate representation of color #A84402: hue angle of 23.86º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A84402 is Cyan = 0, Magento = 0.60, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 68 | 2 | - |
| CMYK | 0 | 0.60 | 0.99 | 0.34 |
| HSL | 23.86º | 0.98% | 0.33% | - |
| HSV(B) | 23.86º | 0.99% | 0.66% | - |
| XYZ | 18.23 | 12.46 | 1.5 | - |
| YUV | 90.38 | 78.13 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 68 | 2 | 0 | 0.60 | 0.99 | 0.34 | 23.86 | 0.98 | 0.33 |
| Hex | A8 | 44 | 2 | 0 | 3C | 63 | 22 | 18 | 62 | 21 |
| Octal | 250 | 104 | 2 | 0 | 74 | 143 | 42 | 30 | 142 | 41 |
| Binary | 10101000 | 1000100 | 10 | 0 | 111100 | 1100011 | 100010 | 11000 | 1100010 | 100001 |
Color Harmonies of #A84402
Complementary color
Monochromatic Colors of #A84402
Black with #A84402
Text Example
Text Example
White with #A84402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84402; }
p { color: rgb(168,68,2); }
H1.HeaderClassName
{
color: #A84402;
}
.AnyTagClassName
{
color: #A84402;
}
</style>
background-color css
<style>
a { background-color: #A84402; }
a { background-color: rgb(168,68,2); }
div.DivClassName
{
background-color: #A84402;
}
.BgClassName
{
background-color: #A84402;
}
</style>
border-color css
<style>
span { border-color: #A84402; }
span { border-color: rgb(168,68,2); }
td.TdClassName
{
border-color: #A84402;
}
.TagClassName
{
border-color: #A84402;
}
</style>