Shades of Rust #A74103
Tints of Rust #A74103
RGB
CMYK
RGB Variations
Color information
#A74103 (or 0xA74103) is known color: Rust. HEX triplet: A7, 41 and 03. RGB value is (167,65,3). Sum of RGB (Red+Green+Blue) = 167+65+3=235 (31% of max value = 765). Red value is 167 (65.62% from 255 or 71.06% from 235); Green value is 65 (25.78% from 255 or 27.66% from 235); Blue value is 3 (1.56% from 255 or 1.28% from 235); Max value from RGB is 167 - color contains mainly: red. Hex color #A74103 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A74103 is #58BEFC. Grayscale: #585858. Windows color (decimal): -5816061 or 213415. OLE color: 213415.
HSL color Cylindrical-coordinate representation of color #A74103: hue angle of 22.68º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A74103 is Cyan = 0, Magento = 0.61, Yellow = 0.98 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 65 | 3 | - |
| CMYK | 0 | 0.61 | 0.98 | 0.35 |
| HSL | 22.68º | 0.96% | 0.33% | - |
| HSV(B) | 22.68º | 0.98% | 0.65% | - |
| XYZ | 17.84 | 12 | 1.46 | - |
| YUV | 88.43 | 79.79 | 184.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 65 | 3 | 0 | 0.61 | 0.98 | 0.35 | 22.68 | 0.96 | 0.33 |
| Hex | A7 | 41 | 3 | 0 | 3D | 62 | 23 | 17 | 60 | 21 |
| Octal | 247 | 101 | 3 | 0 | 75 | 142 | 43 | 27 | 140 | 41 |
| Binary | 10100111 | 1000001 | 11 | 0 | 111101 | 1100010 | 100011 | 10111 | 1100000 | 100001 |
Color Harmonies of #A74103
Complementary color
Monochromatic Colors of #A74103
Black with #A74103
Text Example
Text Example
White with #A74103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74103; }
p { color: rgb(167,65,3); }
H1.HeaderClassName
{
color: #A74103;
}
.AnyTagClassName
{
color: #A74103;
}
</style>
background-color css
<style>
a { background-color: #A74103; }
a { background-color: rgb(167,65,3); }
div.DivClassName
{
background-color: #A74103;
}
.BgClassName
{
background-color: #A74103;
}
</style>
border-color css
<style>
span { border-color: #A74103; }
span { border-color: rgb(167,65,3); }
td.TdClassName
{
border-color: #A74103;
}
.TagClassName
{
border-color: #A74103;
}
</style>