Shades of Rust #A8300D
Tints of Rust #A8300D
RGB
CMYK
RGB Variations
Color information
#A8300D (or 0xA8300D) is known color: Rust. HEX triplet: A8, 30 and 0D. RGB value is (168,48,13). Sum of RGB (Red+Green+Blue) = 168+48+13=229 (30% of max value = 765). Red value is 168 (66.02% from 255 or 73.36% from 229); Green value is 48 (19.14% from 255 or 20.96% from 229); Blue value is 13 (5.47% from 255 or 5.68% from 229); Max value from RGB is 168 - color contains mainly: red. Hex color #A8300D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A8300D is #57CFF2. Grayscale: #505050. Windows color (decimal): -5754867 or 864424. OLE color: 864424.
HSL color Cylindrical-coordinate representation of color #A8300D: hue angle of 13.55º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A8300D is Cyan = 0, Magento = 0.71, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 48 | 13 | - |
| CMYK | 0 | 0.71 | 0.92 | 0.34 |
| HSL | 13.55º | 0.86% | 0.35% | - |
| HSV(B) | 13.55º | 0.92% | 0.66% | - |
| XYZ | 17.28 | 10.47 | 1.49 | - |
| YUV | 79.89 | 90.26 | 190.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 48 | 13 | 0 | 0.71 | 0.92 | 0.34 | 13.55 | 0.86 | 0.35 |
| Hex | A8 | 30 | D | 0 | 47 | 5C | 22 | E | 56 | 23 |
| Octal | 250 | 60 | 15 | 0 | 107 | 134 | 42 | 16 | 126 | 43 |
| Binary | 10101000 | 110000 | 1101 | 0 | 1000111 | 1011100 | 100010 | 1110 | 1010110 | 100011 |
Color Harmonies of #A8300D
Complementary color
Monochromatic Colors of #A8300D
Black with #A8300D
Text Example
Text Example
White with #A8300D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8300D; }
p { color: rgb(168,48,13); }
H1.HeaderClassName
{
color: #A8300D;
}
.AnyTagClassName
{
color: #A8300D;
}
</style>
background-color css
<style>
a { background-color: #A8300D; }
a { background-color: rgb(168,48,13); }
div.DivClassName
{
background-color: #A8300D;
}
.BgClassName
{
background-color: #A8300D;
}
</style>
border-color css
<style>
span { border-color: #A8300D; }
span { border-color: rgb(168,48,13); }
td.TdClassName
{
border-color: #A8300D;
}
.TagClassName
{
border-color: #A8300D;
}
</style>