Shades of Rust #A82403
Tints of Rust #A82403
RGB
CMYK
RGB Variations
Color information
#A82403 (or 0xA82403) is known color: Rust. HEX triplet: A8, 24 and 03. RGB value is (168,36,3). Sum of RGB (Red+Green+Blue) = 168+36+3=207 (27% of max value = 765). Red value is 168 (66.02% from 255 or 81.16% from 207); Green value is 36 (14.45% from 255 or 17.39% from 207); Blue value is 3 (1.56% from 255 or 1.45% from 207); Max value from RGB is 168 - color contains mainly: red. Hex color #A82403 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82403 is #57DBFC. Grayscale: #474747. Windows color (decimal): -5757949 or 205992. OLE color: 205992.
HSL color Cylindrical-coordinate representation of color #A82403: hue angle of 12º degrees, saturation: 0.96, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A82403 is Cyan = 0, Magento = 0.79, Yellow = 0.98 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 36 | 3 | - |
| CMYK | 0 | 0.79 | 0.98 | 0.34 |
| HSL | 12º | 0.96% | 0.34% | - |
| HSV(B) | 12º | 0.98% | 0.66% | - |
| XYZ | 16.8 | 9.59 | 1.05 | - |
| YUV | 71.71 | 89.23 | 196.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 36 | 3 | 0 | 0.79 | 0.98 | 0.34 | 12 | 0.96 | 0.34 |
| Hex | A8 | 24 | 3 | 0 | 4F | 62 | 22 | C | 60 | 22 |
| Octal | 250 | 44 | 3 | 0 | 117 | 142 | 42 | 14 | 140 | 42 |
| Binary | 10101000 | 100100 | 11 | 0 | 1001111 | 1100010 | 100010 | 1100 | 1100000 | 100010 |
Color Harmonies of #A82403
Complementary color
Monochromatic Colors of #A82403
Black with #A82403
Text Example
Text Example
White with #A82403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82403; }
p { color: rgb(168,36,3); }
H1.HeaderClassName
{
color: #A82403;
}
.AnyTagClassName
{
color: #A82403;
}
</style>
background-color css
<style>
a { background-color: #A82403; }
a { background-color: rgb(168,36,3); }
div.DivClassName
{
background-color: #A82403;
}
.BgClassName
{
background-color: #A82403;
}
</style>
border-color css
<style>
span { border-color: #A82403; }
span { border-color: rgb(168,36,3); }
td.TdClassName
{
border-color: #A82403;
}
.TagClassName
{
border-color: #A82403;
}
</style>