Html Css Color HEX #221117 Rustic Red

📋 copy color: '#221117'

red 34 ◦ green 17 ◦ blue 23

#221117
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rustic Red #221117

Tints of Rustic Red #221117

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 value IS 0

 M value IS 0.50

 Y value IS 0.32

 K value IS 0.87

RGB Variations

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

Color information

#221117 (or 0x221117) is known color: 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

RGB 34 17 23 -
CMYK 0 0.50 0.32 0.87
HSL 338.82º 0.33% 0.1% -
HSV(B) 338.82º 0.5% 0.13% -
XYZ 1.01 0.8 0.91 -
YUV 22.77 128.13 136.01 -
System Red Green Blue C M Y K H S L
Decimal 34 17 23 0 0.50 0.32 0.87 338.82 0.33 0.1
Hex 22 11 17 0 32 20 57 153 21 A
Octal 42 21 27 0 62 40 127 523 41 12
Binary 100010 10001 10111 0 110010 100000 1010111 101010011 100001 1010

Color Harmonies of #221117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221117

Black with #221117

Text Example


Text Example

White with #221117

Text Example


Text Example

HTML Codes & Css Web 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>