Shades of Rust #A33918
Tints of Rust #A33918
RGB
CMYK
RGB Variations
Color information
#A33918 (or 0xA33918) is known color: Rust. HEX triplet: A3, 39 and 18. RGB value is (163,57,24). Sum of RGB (Red+Green+Blue) = 163+57+24=244 (32% of max value = 765). Red value is 163 (64.06% from 255 or 66.80% from 244); Green value is 57 (22.66% from 255 or 23.36% from 244); Blue value is 24 (9.77% from 255 or 9.84% from 244); Max value from RGB is 163 - color contains mainly: red. Hex color #A33918 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33918 is #5CC6E7. Grayscale: #555555. Windows color (decimal): -6080232 or 1587619. OLE color: 1587619.
HSL color Cylindrical-coordinate representation of color #A33918: hue angle of 14.24º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A33918 is Cyan = 0, Magento = 0.65, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 57 | 24 | - |
| CMYK | 0 | 0.65 | 0.85 | 0.36 |
| HSL | 14.24º | 0.74% | 0.37% | - |
| HSV(B) | 14.24º | 0.85% | 0.64% | - |
| XYZ | 16.73 | 10.78 | 2.06 | - |
| YUV | 84.93 | 93.62 | 183.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 57 | 24 | 0 | 0.65 | 0.85 | 0.36 | 14.24 | 0.74 | 0.37 |
| Hex | A3 | 39 | 18 | 0 | 41 | 55 | 24 | E | 4A | 25 |
| Octal | 243 | 71 | 30 | 0 | 101 | 125 | 44 | 16 | 112 | 45 |
| Binary | 10100011 | 111001 | 11000 | 0 | 1000001 | 1010101 | 100100 | 1110 | 1001010 | 100101 |
Color Harmonies of #A33918
Complementary color
Monochromatic Colors of #A33918
Black with #A33918
Text Example
Text Example
White with #A33918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33918; }
p { color: rgb(163,57,24); }
H1.HeaderClassName
{
color: #A33918;
}
.AnyTagClassName
{
color: #A33918;
}
</style>
background-color css
<style>
a { background-color: #A33918; }
a { background-color: rgb(163,57,24); }
div.DivClassName
{
background-color: #A33918;
}
.BgClassName
{
background-color: #A33918;
}
</style>
border-color css
<style>
span { border-color: #A33918; }
span { border-color: rgb(163,57,24); }
td.TdClassName
{
border-color: #A33918;
}
.TagClassName
{
border-color: #A33918;
}
</style>