Shades of Rust #A02601
Tints of Rust #A02601
RGB
CMYK
RGB Variations
Color information
#A02601 (or 0xA02601) is known color: Rust. HEX triplet: A0, 26 and 01. RGB value is (160,38,1). Sum of RGB (Red+Green+Blue) = 160+38+1=199 (26% of max value = 765). Red value is 160 (62.89% from 255 or 80.40% from 199); Green value is 38 (15.23% from 255 or 19.10% from 199); Blue value is 1 (0.78% from 255 or 0.50% from 199); Max value from RGB is 160 - color contains mainly: red. Hex color #A02601 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02601 is #5FD9FE. Grayscale: #464646. Windows color (decimal): -6281727 or 75424. OLE color: 75424.
HSL color Cylindrical-coordinate representation of color #A02601: hue angle of 13.96º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A02601 is Cyan = 0, Magento = 0.76, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 38 | 1 | - |
| CMYK | 0 | 0.76 | 0.99 | 0.37 |
| HSL | 13.96º | 0.99% | 0.32% | - |
| HSV(B) | 13.96º | 0.99% | 0.63% | - |
| XYZ | 15.2 | 8.86 | 0.94 | - |
| YUV | 70.26 | 88.92 | 192.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 38 | 1 | 0 | 0.76 | 0.99 | 0.37 | 13.96 | 0.99 | 0.32 |
| Hex | A0 | 26 | 1 | 0 | 4C | 63 | 25 | E | 63 | 20 |
| Octal | 240 | 46 | 1 | 0 | 114 | 143 | 45 | 16 | 143 | 40 |
| Binary | 10100000 | 100110 | 1 | 0 | 1001100 | 1100011 | 100101 | 1110 | 1100011 | 100000 |
Color Harmonies of #A02601
Complementary color
Monochromatic Colors of #A02601
Black with #A02601
Text Example
Text Example
White with #A02601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02601; }
p { color: rgb(160,38,1); }
H1.HeaderClassName
{
color: #A02601;
}
.AnyTagClassName
{
color: #A02601;
}
</style>
background-color css
<style>
a { background-color: #A02601; }
a { background-color: rgb(160,38,1); }
div.DivClassName
{
background-color: #A02601;
}
.BgClassName
{
background-color: #A02601;
}
</style>
border-color css
<style>
span { border-color: #A02601; }
span { border-color: rgb(160,38,1); }
td.TdClassName
{
border-color: #A02601;
}
.TagClassName
{
border-color: #A02601;
}
</style>