Shades of Rust #A74B03
Tints of Rust #A74B03
RGB
CMYK
RGB Variations
Color information
#A74B03 (or 0xA74B03) is known color: Rust. HEX triplet: A7, 4B and 03. RGB value is (167,75,3). Sum of RGB (Red+Green+Blue) = 167+75+3=245 (32% of max value = 765). Red value is 167 (65.62% from 255 or 68.16% from 245); Green value is 75 (29.69% from 255 or 30.61% from 245); Blue value is 3 (1.56% from 255 or 1.22% from 245); Max value from RGB is 167 - color contains mainly: red. Hex color #A74B03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A74B03 is #58B4FC. Grayscale: #5E5E5E. Windows color (decimal): -5813501 or 215975. OLE color: 215975.
HSL color Cylindrical-coordinate representation of color #A74B03: hue angle of 26.34º 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 #A74B03 is Cyan = 0, Magento = 0.55, Yellow = 0.98 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 75 | 3 | - |
| CMYK | 0 | 0.55 | 0.98 | 0.35 |
| HSL | 26.34º | 0.96% | 0.33% | - |
| HSV(B) | 26.34º | 0.98% | 0.65% | - |
| XYZ | 18.47 | 13.25 | 1.67 | - |
| YUV | 94.3 | 76.48 | 179.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 75 | 3 | 0 | 0.55 | 0.98 | 0.35 | 26.34 | 0.96 | 0.33 |
| Hex | A7 | 4B | 3 | 0 | 37 | 62 | 23 | 1A | 60 | 21 |
| Octal | 247 | 113 | 3 | 0 | 67 | 142 | 43 | 32 | 140 | 41 |
| Binary | 10100111 | 1001011 | 11 | 0 | 110111 | 1100010 | 100011 | 11010 | 1100000 | 100001 |
Color Harmonies of #A74B03
Complementary color
Monochromatic Colors of #A74B03
Black with #A74B03
Text Example
Text Example
White with #A74B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74B03; }
p { color: rgb(167,75,3); }
H1.HeaderClassName
{
color: #A74B03;
}
.AnyTagClassName
{
color: #A74B03;
}
</style>
background-color css
<style>
a { background-color: #A74B03; }
a { background-color: rgb(167,75,3); }
div.DivClassName
{
background-color: #A74B03;
}
.BgClassName
{
background-color: #A74B03;
}
</style>
border-color css
<style>
span { border-color: #A74B03; }
span { border-color: rgb(167,75,3); }
td.TdClassName
{
border-color: #A74B03;
}
.TagClassName
{
border-color: #A74B03;
}
</style>