Shades of Rust #A44B03
Tints of Rust #A44B03
RGB
CMYK
RGB Variations
Color information
#A44B03 (or 0xA44B03) is known color: Rust. HEX triplet: A4, 4B and 03. RGB value is (164,75,3). Sum of RGB (Red+Green+Blue) = 164+75+3=242 (32% of max value = 765). Red value is 164 (64.45% from 255 or 67.77% from 242); Green value is 75 (29.69% from 255 or 30.99% from 242); Blue value is 3 (1.56% from 255 or 1.24% from 242); Max value from RGB is 164 - color contains mainly: red. Hex color #A44B03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A44B03 is #5BB4FC. Grayscale: #5D5D5D. Windows color (decimal): -6010109 or 215972. OLE color: 215972.
HSL color Cylindrical-coordinate representation of color #A44B03: hue angle of 26.83º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A44B03 is Cyan = 0, Magento = 0.54, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 75 | 3 | - |
| CMYK | 0 | 0.54 | 0.98 | 0.36 |
| HSL | 26.83º | 0.96% | 0.33% | - |
| HSV(B) | 26.83º | 0.98% | 0.64% | - |
| XYZ | 17.84 | 12.93 | 1.64 | - |
| YUV | 93.4 | 76.99 | 178.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 75 | 3 | 0 | 0.54 | 0.98 | 0.36 | 26.83 | 0.96 | 0.33 |
| Hex | A4 | 4B | 3 | 0 | 36 | 62 | 24 | 1B | 60 | 21 |
| Octal | 244 | 113 | 3 | 0 | 66 | 142 | 44 | 33 | 140 | 41 |
| Binary | 10100100 | 1001011 | 11 | 0 | 110110 | 1100010 | 100100 | 11011 | 1100000 | 100001 |
Color Harmonies of #A44B03
Complementary color
Monochromatic Colors of #A44B03
Black with #A44B03
Text Example
Text Example
White with #A44B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44B03; }
p { color: rgb(164,75,3); }
H1.HeaderClassName
{
color: #A44B03;
}
.AnyTagClassName
{
color: #A44B03;
}
</style>
background-color css
<style>
a { background-color: #A44B03; }
a { background-color: rgb(164,75,3); }
div.DivClassName
{
background-color: #A44B03;
}
.BgClassName
{
background-color: #A44B03;
}
</style>
border-color css
<style>
span { border-color: #A44B03; }
span { border-color: rgb(164,75,3); }
td.TdClassName
{
border-color: #A44B03;
}
.TagClassName
{
border-color: #A44B03;
}
</style>