Shades of Rust #A74401
Tints of Rust #A74401
RGB
CMYK
RGB Variations
Color information
#A74401 (or 0xA74401) is known color: Rust. HEX triplet: A7, 44 and 01. RGB value is (167,68,1). Sum of RGB (Red+Green+Blue) = 167+68+1=236 (31% of max value = 765). Red value is 167 (65.62% from 255 or 70.76% from 236); Green value is 68 (26.95% from 255 or 28.81% from 236); Blue value is 1 (0.78% from 255 or 0.42% from 236); Max value from RGB is 167 - color contains mainly: red. Hex color #A74401 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A74401 is #58BBFE. Grayscale: #5A5A5A. Windows color (decimal): -5815295 or 83111. OLE color: 83111.
HSL color Cylindrical-coordinate representation of color #A74401: hue angle of 24.22º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A74401 is Cyan = 0, Magento = 0.59, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 68 | 1 | - |
| CMYK | 0 | 0.59 | 0.99 | 0.35 |
| HSL | 24.22º | 0.99% | 0.33% | - |
| HSV(B) | 24.22º | 0.99% | 0.65% | - |
| XYZ | 18.01 | 12.35 | 1.46 | - |
| YUV | 89.96 | 77.8 | 182.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 68 | 1 | 0 | 0.59 | 0.99 | 0.35 | 24.22 | 0.99 | 0.33 |
| Hex | A7 | 44 | 1 | 0 | 3B | 63 | 23 | 18 | 63 | 21 |
| Octal | 247 | 104 | 1 | 0 | 73 | 143 | 43 | 30 | 143 | 41 |
| Binary | 10100111 | 1000100 | 1 | 0 | 111011 | 1100011 | 100011 | 11000 | 1100011 | 100001 |
Color Harmonies of #A74401
Complementary color
Monochromatic Colors of #A74401
Black with #A74401
Text Example
Text Example
White with #A74401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74401; }
p { color: rgb(167,68,1); }
H1.HeaderClassName
{
color: #A74401;
}
.AnyTagClassName
{
color: #A74401;
}
</style>
background-color css
<style>
a { background-color: #A74401; }
a { background-color: rgb(167,68,1); }
div.DivClassName
{
background-color: #A74401;
}
.BgClassName
{
background-color: #A74401;
}
</style>
border-color css
<style>
span { border-color: #A74401; }
span { border-color: rgb(167,68,1); }
td.TdClassName
{
border-color: #A74401;
}
.TagClassName
{
border-color: #A74401;
}
</style>