Html Css Color HEX #221014 Rustic Red

📋 copy color: '#221014'

red 34 ◦ green 16 ◦ blue 20

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

Shades of Rustic Red #221014

Tints of Rustic Red #221014

RGB

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

 GREEN value IS 16 (6.64% from 255) = 22.86%

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

R = 48.57%
G = 22.86%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.41

 K value IS 0.87

RGB Variations

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

Color information

#221014 (or 0x221014) is known color: Rustic Red. HEX triplet: 22, 10 and 14. RGB value is (34,16,20). Sum of RGB (Red+Green+Blue) = 34+16+20=70 (9% of max value = 765). Red value is 34 (13.67% from 255 or 48.57% from 70); Green value is 16 (6.64% from 255 or 22.86% from 70); Blue value is 20 (8.20% from 255 or 28.57% from 70); Max value from RGB is 34 - color contains mainly: red. Hex color #221014 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #221014 is #DDEFEB. Grayscale: #151515. Windows color (decimal): -14544876 or 1314850. OLE color: 1314850.

HSL color Cylindrical-coordinate representation of color #221014: hue angle of 346.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 #221014 is Cyan = 0, Magento = 0.53, Yellow = 0.41 and Black (K on CMYK) = 0.87.

Color convert

RGB 34 16 20 -
CMYK 0 0.53 0.41 0.87
HSL 346.67º 0.36% 0.1% -
HSV(B) 346.67º 0.53% 0.13% -
XYZ 0.97 0.76 0.76 -
YUV 21.84 126.96 136.67 -
System Red Green Blue C M Y K H S L
Decimal 34 16 20 0 0.53 0.41 0.87 346.67 0.36 0.1
Hex 22 10 14 0 35 29 57 15B 24 A
Octal 42 20 24 0 65 51 127 533 44 12
Binary 100010 10000 10100 0 110101 101001 1010111 101011011 100100 1010

Color Harmonies of #221014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221014

Black with #221014

Text Example


Text Example

White with #221014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221014; }

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

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

background-color css

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

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

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

border-color css

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

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

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