Shades of Rust #A33718
Tints of Rust #A33718
RGB
CMYK
RGB Variations
Color information
#A33718 (or 0xA33718) is known color: Rust. HEX triplet: A3, 37 and 18. RGB value is (163,55,24). Sum of RGB (Red+Green+Blue) = 163+55+24=242 (32% of max value = 765). Red value is 163 (64.06% from 255 or 67.36% from 242); Green value is 55 (21.88% from 255 or 22.73% from 242); Blue value is 24 (9.77% from 255 or 9.92% from 242); Max value from RGB is 163 - color contains mainly: red. Hex color #A33718 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33718 is #5CC8E7. Grayscale: #535353. Windows color (decimal): -6080744 or 1587107. OLE color: 1587107.
HSL color Cylindrical-coordinate representation of color #A33718: hue angle of 13.38º 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 #A33718 is Cyan = 0, Magento = 0.66, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 55 | 24 | - |
| CMYK | 0 | 0.66 | 0.85 | 0.36 |
| HSL | 13.38º | 0.74% | 0.37% | - |
| HSV(B) | 13.38º | 0.85% | 0.64% | - |
| XYZ | 16.64 | 10.58 | 2.03 | - |
| YUV | 83.76 | 94.28 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 55 | 24 | 0 | 0.66 | 0.85 | 0.36 | 13.38 | 0.74 | 0.37 |
| Hex | A3 | 37 | 18 | 0 | 42 | 55 | 24 | D | 4A | 25 |
| Octal | 243 | 67 | 30 | 0 | 102 | 125 | 44 | 15 | 112 | 45 |
| Binary | 10100011 | 110111 | 11000 | 0 | 1000010 | 1010101 | 100100 | 1101 | 1001010 | 100101 |
Color Harmonies of #A33718
Complementary color
Monochromatic Colors of #A33718
Black with #A33718
Text Example
Text Example
White with #A33718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33718; }
p { color: rgb(163,55,24); }
H1.HeaderClassName
{
color: #A33718;
}
.AnyTagClassName
{
color: #A33718;
}
</style>
background-color css
<style>
a { background-color: #A33718; }
a { background-color: rgb(163,55,24); }
div.DivClassName
{
background-color: #A33718;
}
.BgClassName
{
background-color: #A33718;
}
</style>
border-color css
<style>
span { border-color: #A33718; }
span { border-color: rgb(163,55,24); }
td.TdClassName
{
border-color: #A33718;
}
.TagClassName
{
border-color: #A33718;
}
</style>