Shades of Rust #A83E02
Tints of Rust #A83E02
RGB
CMYK
RGB Variations
Color information
#A83E02 (or 0xA83E02) is known color: Rust. HEX triplet: A8, 3E and 02. RGB value is (168,62,2). Sum of RGB (Red+Green+Blue) = 168+62+2=232 (30% of max value = 765). Red value is 168 (66.02% from 255 or 72.41% from 232); Green value is 62 (24.61% from 255 or 26.72% from 232); Blue value is 2 (1.17% from 255 or 0.86% from 232); Max value from RGB is 168 - color contains mainly: red. Hex color #A83E02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83E02 is #57C1FD. Grayscale: #575757. Windows color (decimal): -5751294 or 147112. OLE color: 147112.
HSL color Cylindrical-coordinate representation of color #A83E02: hue angle of 21.69º 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 #A83E02 is Cyan = 0, Magento = 0.63, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 62 | 2 | - |
| CMYK | 0 | 0.63 | 0.99 | 0.34 |
| HSL | 21.69º | 0.98% | 0.33% | - |
| HSV(B) | 21.69º | 0.99% | 0.66% | - |
| XYZ | 17.88 | 11.77 | 1.39 | - |
| YUV | 86.85 | 80.12 | 185.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 62 | 2 | 0 | 0.63 | 0.99 | 0.34 | 21.69 | 0.98 | 0.33 |
| Hex | A8 | 3E | 2 | 0 | 3F | 63 | 22 | 16 | 62 | 21 |
| Octal | 250 | 76 | 2 | 0 | 77 | 143 | 42 | 26 | 142 | 41 |
| Binary | 10101000 | 111110 | 10 | 0 | 111111 | 1100011 | 100010 | 10110 | 1100010 | 100001 |
Color Harmonies of #A83E02
Complementary color
Monochromatic Colors of #A83E02
Black with #A83E02
Text Example
Text Example
White with #A83E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83E02; }
p { color: rgb(168,62,2); }
H1.HeaderClassName
{
color: #A83E02;
}
.AnyTagClassName
{
color: #A83E02;
}
</style>
background-color css
<style>
a { background-color: #A83E02; }
a { background-color: rgb(168,62,2); }
div.DivClassName
{
background-color: #A83E02;
}
.BgClassName
{
background-color: #A83E02;
}
</style>
border-color css
<style>
span { border-color: #A83E02; }
span { border-color: rgb(168,62,2); }
td.TdClassName
{
border-color: #A83E02;
}
.TagClassName
{
border-color: #A83E02;
}
</style>