Shades of Rust #A33915
Tints of Rust #A33915
RGB
CMYK
RGB Variations
Color information
#A33915 (or 0xA33915) is known color: Rust. HEX triplet: A3, 39 and 15. RGB value is (163,57,21). Sum of RGB (Red+Green+Blue) = 163+57+21=241 (31% of max value = 765). Red value is 163 (64.06% from 255 or 67.63% from 241); Green value is 57 (22.66% from 255 or 23.65% from 241); Blue value is 21 (8.59% from 255 or 8.71% from 241); Max value from RGB is 163 - color contains mainly: red. Hex color #A33915 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33915 is #5CC6EA. Grayscale: #545454. Windows color (decimal): -6080235 or 1391011. OLE color: 1391011.
HSL color Cylindrical-coordinate representation of color #A33915: hue angle of 15.21º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A33915 is Cyan = 0, Magento = 0.65, Yellow = 0.87 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 57 | 21 | - |
| CMYK | 0 | 0.65 | 0.87 | 0.36 |
| HSL | 15.21º | 0.77% | 0.36% | - |
| HSV(B) | 15.21º | 0.87% | 0.64% | - |
| XYZ | 16.7 | 10.77 | 1.91 | - |
| YUV | 84.59 | 92.12 | 183.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 57 | 21 | 0 | 0.65 | 0.87 | 0.36 | 15.21 | 0.77 | 0.36 |
| Hex | A3 | 39 | 15 | 0 | 41 | 57 | 24 | F | 4D | 24 |
| Octal | 243 | 71 | 25 | 0 | 101 | 127 | 44 | 17 | 115 | 44 |
| Binary | 10100011 | 111001 | 10101 | 0 | 1000001 | 1010111 | 100100 | 1111 | 1001101 | 100100 |
Color Harmonies of #A33915
Complementary color
Monochromatic Colors of #A33915
Black with #A33915
Text Example
Text Example
White with #A33915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33915; }
p { color: rgb(163,57,21); }
H1.HeaderClassName
{
color: #A33915;
}
.AnyTagClassName
{
color: #A33915;
}
</style>
background-color css
<style>
a { background-color: #A33915; }
a { background-color: rgb(163,57,21); }
div.DivClassName
{
background-color: #A33915;
}
.BgClassName
{
background-color: #A33915;
}
</style>
border-color css
<style>
span { border-color: #A33915; }
span { border-color: rgb(163,57,21); }
td.TdClassName
{
border-color: #A33915;
}
.TagClassName
{
border-color: #A33915;
}
</style>