Shades of Rust #A33617
Tints of Rust #A33617
RGB
CMYK
RGB Variations
Color information
#A33617 (or 0xA33617) is known color: Rust. HEX triplet: A3, 36 and 17. RGB value is (163,54,23). Sum of RGB (Red+Green+Blue) = 163+54+23=240 (31% of max value = 765). Red value is 163 (64.06% from 255 or 67.92% from 240); Green value is 54 (21.48% from 255 or 22.5% from 240); Blue value is 23 (9.38% from 255 or 9.58% from 240); Max value from RGB is 163 - color contains mainly: red. Hex color #A33617 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33617 is #5CC9E8. Grayscale: #535353. Windows color (decimal): -6081001 or 1521315. OLE color: 1521315.
HSL color Cylindrical-coordinate representation of color #A33617: hue angle of 13.29º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A33617 is Cyan = 0, Magento = 0.67, Yellow = 0.86 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 54 | 23 | - |
| CMYK | 0 | 0.67 | 0.86 | 0.36 |
| HSL | 13.29º | 0.75% | 0.36% | - |
| HSV(B) | 13.29º | 0.86% | 0.64% | - |
| XYZ | 16.58 | 10.49 | 1.96 | - |
| YUV | 83.06 | 94.11 | 185.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 54 | 23 | 0 | 0.67 | 0.86 | 0.36 | 13.29 | 0.75 | 0.36 |
| Hex | A3 | 36 | 17 | 0 | 43 | 56 | 24 | D | 4B | 24 |
| Octal | 243 | 66 | 27 | 0 | 103 | 126 | 44 | 15 | 113 | 44 |
| Binary | 10100011 | 110110 | 10111 | 0 | 1000011 | 1010110 | 100100 | 1101 | 1001011 | 100100 |
Color Harmonies of #A33617
Complementary color
Monochromatic Colors of #A33617
Black with #A33617
Text Example
Text Example
White with #A33617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33617; }
p { color: rgb(163,54,23); }
H1.HeaderClassName
{
color: #A33617;
}
.AnyTagClassName
{
color: #A33617;
}
</style>
background-color css
<style>
a { background-color: #A33617; }
a { background-color: rgb(163,54,23); }
div.DivClassName
{
background-color: #A33617;
}
.BgClassName
{
background-color: #A33617;
}
</style>
border-color css
<style>
span { border-color: #A33617; }
span { border-color: rgb(163,54,23); }
td.TdClassName
{
border-color: #A33617;
}
.TagClassName
{
border-color: #A33617;
}
</style>