Shades of Rust #A3400B
Tints of Rust #A3400B
RGB
CMYK
RGB Variations
Color information
#A3400B (or 0xA3400B) is known color: Rust. HEX triplet: A3, 40 and 0B. RGB value is (163,64,11). Sum of RGB (Red+Green+Blue) = 163+64+11=238 (31% of max value = 765). Red value is 163 (64.06% from 255 or 68.49% from 238); Green value is 64 (25.39% from 255 or 26.89% from 238); Blue value is 11 (4.69% from 255 or 4.62% from 238); Max value from RGB is 163 - color contains mainly: red. Hex color #A3400B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A3400B is #5CBFF4. Grayscale: #575757. Windows color (decimal): -6078453 or 737443. OLE color: 737443.
HSL color Cylindrical-coordinate representation of color #A3400B: hue angle of 20.92º 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 #A3400B is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 64 | 11 | - |
| CMYK | 0 | 0.61 | 0.93 | 0.36 |
| HSL | 20.92º | 0.87% | 0.34% | - |
| HSV(B) | 20.92º | 0.93% | 0.64% | - |
| XYZ | 17 | 11.48 | 1.64 | - |
| YUV | 87.56 | 84.8 | 181.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 64 | 11 | 0 | 0.61 | 0.93 | 0.36 | 20.92 | 0.87 | 0.34 |
| Hex | A3 | 40 | B | 0 | 3D | 5D | 24 | 15 | 57 | 22 |
| Octal | 243 | 100 | 13 | 0 | 75 | 135 | 44 | 25 | 127 | 42 |
| Binary | 10100011 | 1000000 | 1011 | 0 | 111101 | 1011101 | 100100 | 10101 | 1010111 | 100010 |
Color Harmonies of #A3400B
Complementary color
Monochromatic Colors of #A3400B
Black with #A3400B
Text Example
Text Example
White with #A3400B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3400B; }
p { color: rgb(163,64,11); }
H1.HeaderClassName
{
color: #A3400B;
}
.AnyTagClassName
{
color: #A3400B;
}
</style>
background-color css
<style>
a { background-color: #A3400B; }
a { background-color: rgb(163,64,11); }
div.DivClassName
{
background-color: #A3400B;
}
.BgClassName
{
background-color: #A3400B;
}
</style>
border-color css
<style>
span { border-color: #A3400B; }
span { border-color: rgb(163,64,11); }
td.TdClassName
{
border-color: #A3400B;
}
.TagClassName
{
border-color: #A3400B;
}
</style>