Shades of Rust #A4400B
Tints of Rust #A4400B
RGB
CMYK
RGB Variations
Color information
#A4400B (or 0xA4400B) is known color: Rust. HEX triplet: A4, 40 and 0B. RGB value is (164,64,11). Sum of RGB (Red+Green+Blue) = 164+64+11=239 (31% of max value = 765). Red value is 164 (64.45% from 255 or 68.62% from 239); Green value is 64 (25.39% from 255 or 26.78% from 239); Blue value is 11 (4.69% from 255 or 4.60% from 239); Max value from RGB is 164 - color contains mainly: red. Hex color #A4400B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A4400B is #5BBFF4. Grayscale: #585858. Windows color (decimal): -6012917 or 737444. OLE color: 737444.
HSL color Cylindrical-coordinate representation of color #A4400B: hue angle of 20.78º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A4400B is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 64 | 11 | - |
| CMYK | 0 | 0.61 | 0.93 | 0.36 |
| HSL | 20.78º | 0.87% | 0.34% | - |
| HSV(B) | 20.78º | 0.93% | 0.64% | - |
| XYZ | 17.2 | 11.58 | 1.65 | - |
| YUV | 87.86 | 84.63 | 182.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 64 | 11 | 0 | 0.61 | 0.93 | 0.36 | 20.78 | 0.87 | 0.34 |
| Hex | A4 | 40 | B | 0 | 3D | 5D | 24 | 15 | 57 | 22 |
| Octal | 244 | 100 | 13 | 0 | 75 | 135 | 44 | 25 | 127 | 42 |
| Binary | 10100100 | 1000000 | 1011 | 0 | 111101 | 1011101 | 100100 | 10101 | 1010111 | 100010 |
Color Harmonies of #A4400B
Complementary color
Monochromatic Colors of #A4400B
Black with #A4400B
Text Example
Text Example
White with #A4400B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4400B; }
p { color: rgb(164,64,11); }
H1.HeaderClassName
{
color: #A4400B;
}
.AnyTagClassName
{
color: #A4400B;
}
</style>
background-color css
<style>
a { background-color: #A4400B; }
a { background-color: rgb(164,64,11); }
div.DivClassName
{
background-color: #A4400B;
}
.BgClassName
{
background-color: #A4400B;
}
</style>
border-color css
<style>
span { border-color: #A4400B; }
span { border-color: rgb(164,64,11); }
td.TdClassName
{
border-color: #A4400B;
}
.TagClassName
{
border-color: #A4400B;
}
</style>