Html Css Color HEX #221314 Rustic Red

📋 copy color: '#221314'

red 34 ◦ green 19 ◦ blue 20

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

Shades of Rustic Red #221314

Tints of Rustic Red #221314

RGB

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

 GREEN value IS 19 (7.81% from 255) = 26.03%

 BLUE value IS 20 (8.2% from 255) = 27.4%

R = 46.58%
G = 26.03%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.41

 K value IS 0.87

RGB Variations

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

Color information

#221314 (or 0x221314) is known color: Rustic Red. HEX triplet: 22, 13 and 14. RGB value is (34,19,20). Sum of RGB (Red+Green+Blue) = 34+19+20=73 (9% of max value = 765). Red value is 34 (13.67% from 255 or 46.58% from 73); Green value is 19 (7.81% from 255 or 26.03% from 73); Blue value is 20 (8.20% from 255 or 27.40% from 73); Max value from RGB is 34 - color contains mainly: red. Hex color #221314 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #221314 is #DDECEB. Grayscale: #171717. Windows color (decimal): -14544108 or 1315618. OLE color: 1315618.

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

Color convert

RGB 34 19 20 -
CMYK 0 0.44 0.41 0.87
HSL 356º 0.28% 0.1% -
HSV(B) 356º 0.44% 0.13% -
XYZ 1.02 0.86 0.77 -
YUV 23.6 125.97 135.42 -
System Red Green Blue C M Y K H S L
Decimal 34 19 20 0 0.44 0.41 0.87 356 0.28 0.1
Hex 22 13 14 0 2C 29 57 164 1C A
Octal 42 23 24 0 54 51 127 544 34 12
Binary 100010 10011 10100 0 101100 101001 1010111 101100100 11100 1010

Color Harmonies of #221314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221314

Black with #221314

Text Example


Text Example

White with #221314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221314; }

 p { color: rgb(34,19,20); }

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

background-color css

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

 a { background-color: rgb(34,19,20); }

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

border-color css

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

 span { border-color: rgb(34,19,20); }

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