Shades of Rust #A82300
Tints of Rust #A82300
RGB
CMYK
RGB Variations
Color information
#A82300 (or 0xA82300) is known color: Rust. HEX triplet: A8, 23 and 00. RGB value is (168,35,0). Sum of RGB (Red+Green+Blue) = 168+35+0=203 (26% of max value = 765). Red value is 168 (66.02% from 255 or 82.76% from 203); Green value is 35 (14.06% from 255 or 17.24% from 203); Blue value is 0 (0.39% from 255 or 0% from 203); Max value from RGB is 168 - color contains mainly: red. Hex color #A82300 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82300 is #57DCFF. Grayscale: #474747. Windows color (decimal): -5758208 or 9128. OLE color: 9128.
HSL color Cylindrical-coordinate representation of color #A82300: hue angle of 12.5º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A82300 is Cyan = 0, Magento = 0.79, Yellow = 1 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 35 | 0 | - |
| CMYK | 0 | 0.79 | 1 | 0.34 |
| HSL | 12.5º | 1% | 0.33% | - |
| HSV(B) | 12.5º | 1% | 0.66% | - |
| XYZ | 16.75 | 9.53 | 0.96 | - |
| YUV | 70.78 | 88.06 | 197.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 35 | 0 | 0 | 0.79 | 1 | 0.34 | 12.5 | 1 | 0.33 |
| Hex | A8 | 23 | 0 | 0 | 4F | 64 | 22 | C | 64 | 21 |
| Octal | 250 | 43 | 0 | 0 | 117 | 144 | 42 | 14 | 144 | 41 |
| Binary | 10101000 | 100011 | 0 | 0 | 1001111 | 1100100 | 100010 | 1100 | 1100100 | 100001 |
Color Harmonies of #A82300
Complementary color
Monochromatic Colors of #A82300
Black with #A82300
Text Example
Text Example
White with #A82300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82300; }
p { color: rgb(168,35,0); }
H1.HeaderClassName
{
color: #A82300;
}
.AnyTagClassName
{
color: #A82300;
}
</style>
background-color css
<style>
a { background-color: #A82300; }
a { background-color: rgb(168,35,0); }
div.DivClassName
{
background-color: #A82300;
}
.BgClassName
{
background-color: #A82300;
}
</style>
border-color css
<style>
span { border-color: #A82300; }
span { border-color: rgb(168,35,0); }
td.TdClassName
{
border-color: #A82300;
}
.TagClassName
{
border-color: #A82300;
}
</style>