#221117

Color #221117 Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #221117

Tints of Rustic Red #221117

Color information

#221117 (or 0x221117) is unknown color: approx Rustic Red. HEX triplet: 22, 11 and 17. RGB value is (34,17,23). Sum of RGB (Red+Green+Blue) = 34+17+23=74 (9% of max value = 765). Red value is 34 (13.67% from 255 or 45.95% from 74); Green value is 17 (7.03% from 255 or 22.97% from 74); Blue value is 23 (9.38% from 255 or 31.08% from 74); Max value from RGB is 34 - color contains mainly: red. Hex color #221117 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #221117 is #DDEEE8. Grayscale: #161616. Windows color (decimal): -14544617 or 1511714. OLE color: 1511714.

HSL color Cylindrical-coordinate representation of color #221117: hue angle of 338.82º degrees, saturation: 0.33, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #221117 is Cyan = 0, Magento = 0.50, Yellow = 0.32 and Black (K on CMYK) = 0.87.

Color convert

RGB341723-
CMYK00.500.320.87
HSL338.82º33.33%10%-
HSV(B)338.82º50%13.33%-
XYZ1.010.80.91-
YUV22.77128.13136.01-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 34 (13.67% from 255) = 45.95%
GREEN value IS 17 (7.03% from 255) = 22.97%
BLUE value IS 23 (9.38% from 255) = 31.08%
R=45.95%
G=22.97%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.32
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34172300.500.320.87338.8233.3310
Hex221117032205715321a
Octal422127062401275234112
Binary1000101000110111011001010000010101111010100111000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221117; }

 p { color: rgb(34,17,23); }

 H1.HeaderClassName
 {
   color: #221117;
 }
 .AnyTagClassName
 {
   color: #221117;
 }
</style>
background-color css

<style>
 a { background-color: #221117; }

 a { background-color: rgb(34,17,23); }

 div.DivClassName
 {
   background-color: #221117;
 }
 .BgClassName
 {
   background-color: #221117;
 }
</style>
border-color css

<style>
 span { border-color: #221117; }

 span { border-color: rgb(34,17,23); }

 td.TdClassName
 {
   border-color: #221117;
 }
 .TagClassName
 {
   border-color: #221117;
 }
</style>