Shades of Rust #A84302
Tints of Rust #A84302
RGB
CMYK
RGB Variations
Color information
#A84302 (or 0xA84302) is known color: Rust. HEX triplet: A8, 43 and 02. RGB value is (168,67,2). Sum of RGB (Red+Green+Blue) = 168+67+2=237 (31% of max value = 765). Red value is 168 (66.02% from 255 or 70.89% from 237); Green value is 67 (26.56% from 255 or 28.27% from 237); Blue value is 2 (1.17% from 255 or 0.84% from 237); Max value from RGB is 168 - color contains mainly: red. Hex color #A84302 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84302 is #57BCFD. Grayscale: #5A5A5A. Windows color (decimal): -5750014 or 148392. OLE color: 148392.
HSL color Cylindrical-coordinate representation of color #A84302: hue angle of 23.49º 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 #A84302 is Cyan = 0, Magento = 0.60, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 67 | 2 | - |
| CMYK | 0 | 0.60 | 0.99 | 0.34 |
| HSL | 23.49º | 0.98% | 0.33% | - |
| HSV(B) | 23.49º | 0.99% | 0.66% | - |
| XYZ | 18.17 | 12.34 | 1.48 | - |
| YUV | 89.79 | 78.46 | 183.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 67 | 2 | 0 | 0.60 | 0.99 | 0.34 | 23.49 | 0.98 | 0.33 |
| Hex | A8 | 43 | 2 | 0 | 3C | 63 | 22 | 17 | 62 | 21 |
| Octal | 250 | 103 | 2 | 0 | 74 | 143 | 42 | 27 | 142 | 41 |
| Binary | 10101000 | 1000011 | 10 | 0 | 111100 | 1100011 | 100010 | 10111 | 1100010 | 100001 |
Color Harmonies of #A84302
Complementary color
Monochromatic Colors of #A84302
Black with #A84302
Text Example
Text Example
White with #A84302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84302; }
p { color: rgb(168,67,2); }
H1.HeaderClassName
{
color: #A84302;
}
.AnyTagClassName
{
color: #A84302;
}
</style>
background-color css
<style>
a { background-color: #A84302; }
a { background-color: rgb(168,67,2); }
div.DivClassName
{
background-color: #A84302;
}
.BgClassName
{
background-color: #A84302;
}
</style>
border-color css
<style>
span { border-color: #A84302; }
span { border-color: rgb(168,67,2); }
td.TdClassName
{
border-color: #A84302;
}
.TagClassName
{
border-color: #A84302;
}
</style>