Html Css Color HEX #221216 Rustic Red

📋 copy color: '#221216'

red 34 ◦ green 18 ◦ blue 22

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

Shades of Rustic Red #221216

Tints of Rustic Red #221216

RGB

 RED value IS 34 (13.67% from 255) = 45.95%

 GREEN value IS 18 (7.42% from 255) = 24.32%

 BLUE value IS 22 (8.98% from 255) = 29.73%

R = 45.95%
G = 24.32%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.35

 K value IS 0.87

RGB Variations

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

Color information

#221216 (or 0x221216) is known color: Rustic Red. HEX triplet: 22, 12 and 16. RGB value is (34,18,22). Sum of RGB (Red+Green+Blue) = 34+18+22=74 (9% of max value = 765). Red value is 34 (13.67% from 255 or 45.95% from 74); Green value is 18 (7.42% from 255 or 24.32% from 74); Blue value is 22 (8.98% from 255 or 29.73% from 74); Max value from RGB is 34 - color contains mainly: red. Hex color #221216 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #221216 is #DDEDE9. Grayscale: #171717. Windows color (decimal): -14544362 or 1446434. OLE color: 1446434.

HSL color Cylindrical-coordinate representation of color #221216: hue angle of 345º degrees, saturation: 0.31, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #221216 is Cyan = 0, Magento = 0.47, Yellow = 0.35 and Black (K on CMYK) = 0.87.

Color convert

RGB 34 18 22 -
CMYK 0 0.47 0.35 0.87
HSL 345º 0.31% 0.1% -
HSV(B) 345º 0.47% 0.13% -
XYZ 1.02 0.83 0.87 -
YUV 23.24 127.3 135.67 -
System Red Green Blue C M Y K H S L
Decimal 34 18 22 0 0.47 0.35 0.87 345 0.31 0.1
Hex 22 12 16 0 2F 23 57 159 1F A
Octal 42 22 26 0 57 43 127 531 37 12
Binary 100010 10010 10110 0 101111 100011 1010111 101011001 11111 1010

Color Harmonies of #221216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221216

Black with #221216

Text Example


Text Example

White with #221216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221216; }

 p { color: rgb(34,18,22); }

 H1.HeaderClassName
 {
   color: #221216;
 }
 .AnyTagClassName
 {
   color: #221216;
 }
</style>

background-color css

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

 a { background-color: rgb(34,18,22); }

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

border-color css

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

 span { border-color: rgb(34,18,22); }

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