Shades of Rust #A23003
Tints of Rust #A23003
RGB
CMYK
RGB Variations
Color information
#A23003 (or 0xA23003) is known color: Rust. HEX triplet: A2, 30 and 03. RGB value is (162,48,3). Sum of RGB (Red+Green+Blue) = 162+48+3=213 (28% of max value = 765). Red value is 162 (63.67% from 255 or 76.06% from 213); Green value is 48 (19.14% from 255 or 22.54% from 213); Blue value is 3 (1.56% from 255 or 1.41% from 213); Max value from RGB is 162 - color contains mainly: red. Hex color #A23003 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23003 is #5DCFFC. Grayscale: #4D4D4D. Windows color (decimal): -6148093 or 209058. OLE color: 209058.
HSL color Cylindrical-coordinate representation of color #A23003: hue angle of 16.98º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A23003 is Cyan = 0, Magento = 0.70, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 48 | 3 | - |
| CMYK | 0 | 0.70 | 0.98 | 0.36 |
| HSL | 16.98º | 0.96% | 0.32% | - |
| HSV(B) | 16.98º | 0.98% | 0.64% | - |
| XYZ | 15.97 | 9.8 | 1.14 | - |
| YUV | 76.96 | 86.27 | 188.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 48 | 3 | 0 | 0.70 | 0.98 | 0.36 | 16.98 | 0.96 | 0.32 |
| Hex | A2 | 30 | 3 | 0 | 46 | 62 | 24 | 11 | 60 | 20 |
| Octal | 242 | 60 | 3 | 0 | 106 | 142 | 44 | 21 | 140 | 40 |
| Binary | 10100010 | 110000 | 11 | 0 | 1000110 | 1100010 | 100100 | 10001 | 1100000 | 100000 |
Color Harmonies of #A23003
Complementary color
Monochromatic Colors of #A23003
Black with #A23003
Text Example
Text Example
White with #A23003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23003; }
p { color: rgb(162,48,3); }
H1.HeaderClassName
{
color: #A23003;
}
.AnyTagClassName
{
color: #A23003;
}
</style>
background-color css
<style>
a { background-color: #A23003; }
a { background-color: rgb(162,48,3); }
div.DivClassName
{
background-color: #A23003;
}
.BgClassName
{
background-color: #A23003;
}
</style>
border-color css
<style>
span { border-color: #A23003; }
span { border-color: rgb(162,48,3); }
td.TdClassName
{
border-color: #A23003;
}
.TagClassName
{
border-color: #A23003;
}
</style>