Shades of Rustic Red #221517
Tints of Rustic Red #221517
RGB
CMYK
RGB Variations
Color information
#221517 (or 0x221517) is known color: Rustic Red. HEX triplet: 22, 15 and 17. RGB value is (34,21,23). Sum of RGB (Red+Green+Blue) = 34+21+23=78 (10% of max value = 765). Red value is 34 (13.67% from 255 or 43.59% from 78); Green value is 21 (8.59% from 255 or 26.92% from 78); Blue value is 23 (9.38% from 255 or 29.49% from 78); Max value from RGB is 34 - color contains mainly: red. Hex color #221517 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #221517 is #DDEAE8. Grayscale: #191919. Windows color (decimal): -14543593 or 1512738. OLE color: 1512738.
HSL color Cylindrical-coordinate representation of color #221517: hue angle of 350.77º degrees, saturation: 0.24, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #221517 is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 21 | 23 | - |
| CMYK | 0 | 0.38 | 0.32 | 0.87 |
| HSL | 350.77º | 0.24% | 0.11% | - |
| HSV(B) | 350.77º | 0.38% | 0.13% | - |
| XYZ | 1.08 | 0.94 | 0.93 | - |
| YUV | 25.12 | 126.81 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 21 | 23 | 0 | 0.38 | 0.32 | 0.87 | 350.77 | 0.24 | 0.11 |
| Hex | 22 | 15 | 17 | 0 | 26 | 20 | 57 | 15F | 18 | B |
| Octal | 42 | 25 | 27 | 0 | 46 | 40 | 127 | 537 | 30 | 13 |
| Binary | 100010 | 10101 | 10111 | 0 | 100110 | 100000 | 1010111 | 101011111 | 11000 | 1011 |
Color Harmonies of #221517
Complementary color
Monochromatic Colors of #221517
Black with #221517
Text Example
Text Example
White with #221517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221517; }
p { color: rgb(34,21,23); }
H1.HeaderClassName
{
color: #221517;
}
.AnyTagClassName
{
color: #221517;
}
</style>
background-color css
<style>
a { background-color: #221517; }
a { background-color: rgb(34,21,23); }
div.DivClassName
{
background-color: #221517;
}
.BgClassName
{
background-color: #221517;
}
</style>
border-color css
<style>
span { border-color: #221517; }
span { border-color: rgb(34,21,23); }
td.TdClassName
{
border-color: #221517;
}
.TagClassName
{
border-color: #221517;
}
</style>