Shades of Rustic Red #221017
Tints of Rustic Red #221017
RGB
CMYK
RGB Variations
Color information
#221017 (or 0x221017) is known color: Rustic Red. HEX triplet: 22, 10 and 17. RGB value is (34,16,23). Sum of RGB (Red+Green+Blue) = 34+16+23=73 (9% of max value = 765). Red value is 34 (13.67% from 255 or 46.58% from 73); Green value is 16 (6.64% from 255 or 21.92% from 73); Blue value is 23 (9.38% from 255 or 31.51% from 73); Max value from RGB is 34 - color contains mainly: red. Hex color #221017 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #221017 is #DDEFE8. Grayscale: #161616. Windows color (decimal): -14544873 or 1511458. OLE color: 1511458.
HSL color Cylindrical-coordinate representation of color #221017: hue angle of 336.67º degrees, saturation: 0.36, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #221017 is Cyan = 0, Magento = 0.53, Yellow = 0.32 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 16 | 23 | - |
| CMYK | 0 | 0.53 | 0.32 | 0.87 |
| HSL | 336.67º | 0.36% | 0.1% | - |
| HSV(B) | 336.67º | 0.53% | 0.13% | - |
| XYZ | 1 | 0.77 | 0.91 | - |
| YUV | 22.18 | 128.46 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 16 | 23 | 0 | 0.53 | 0.32 | 0.87 | 336.67 | 0.36 | 0.1 |
| Hex | 22 | 10 | 17 | 0 | 35 | 20 | 57 | 151 | 24 | A |
| Octal | 42 | 20 | 27 | 0 | 65 | 40 | 127 | 521 | 44 | 12 |
| Binary | 100010 | 10000 | 10111 | 0 | 110101 | 100000 | 1010111 | 101010001 | 100100 | 1010 |
Color Harmonies of #221017
Complementary color
Monochromatic Colors of #221017
Black with #221017
Text Example
Text Example
White with #221017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221017; }
p { color: rgb(34,16,23); }
H1.HeaderClassName
{
color: #221017;
}
.AnyTagClassName
{
color: #221017;
}
</style>
background-color css
<style>
a { background-color: #221017; }
a { background-color: rgb(34,16,23); }
div.DivClassName
{
background-color: #221017;
}
.BgClassName
{
background-color: #221017;
}
</style>
border-color css
<style>
span { border-color: #221017; }
span { border-color: rgb(34,16,23); }
td.TdClassName
{
border-color: #221017;
}
.TagClassName
{
border-color: #221017;
}
</style>