Shades of Rust #A83E08
Tints of Rust #A83E08
RGB
CMYK
RGB Variations
Color information
#A83E08 (or 0xA83E08) is known color: Rust. HEX triplet: A8, 3E and 08. RGB value is (168,62,8). Sum of RGB (Red+Green+Blue) = 168+62+8=238 (31% of max value = 765). Red value is 168 (66.02% from 255 or 70.59% from 238); Green value is 62 (24.61% from 255 or 26.05% from 238); Blue value is 8 (3.52% from 255 or 3.36% from 238); Max value from RGB is 168 - color contains mainly: red. Hex color #A83E08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83E08 is #57C1F7. Grayscale: #575757. Windows color (decimal): -5751288 or 540328. OLE color: 540328.
HSL color Cylindrical-coordinate representation of color #A83E08: hue angle of 20.25º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A83E08 is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 62 | 8 | - |
| CMYK | 0 | 0.63 | 0.95 | 0.34 |
| HSL | 20.25º | 0.91% | 0.35% | - |
| HSV(B) | 20.25º | 0.95% | 0.66% | - |
| XYZ | 17.91 | 11.79 | 1.56 | - |
| YUV | 87.54 | 83.12 | 185.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 62 | 8 | 0 | 0.63 | 0.95 | 0.34 | 20.25 | 0.91 | 0.35 |
| Hex | A8 | 3E | 8 | 0 | 3F | 5F | 22 | 14 | 5B | 23 |
| Octal | 250 | 76 | 10 | 0 | 77 | 137 | 42 | 24 | 133 | 43 |
| Binary | 10101000 | 111110 | 1000 | 0 | 111111 | 1011111 | 100010 | 10100 | 1011011 | 100011 |
Color Harmonies of #A83E08
Complementary color
Monochromatic Colors of #A83E08
Black with #A83E08
Text Example
Text Example
White with #A83E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83E08; }
p { color: rgb(168,62,8); }
H1.HeaderClassName
{
color: #A83E08;
}
.AnyTagClassName
{
color: #A83E08;
}
</style>
background-color css
<style>
a { background-color: #A83E08; }
a { background-color: rgb(168,62,8); }
div.DivClassName
{
background-color: #A83E08;
}
.BgClassName
{
background-color: #A83E08;
}
</style>
border-color css
<style>
span { border-color: #A83E08; }
span { border-color: rgb(168,62,8); }
td.TdClassName
{
border-color: #A83E08;
}
.TagClassName
{
border-color: #A83E08;
}
</style>