Html Css Color HEX #220F14 Rustic Red

📋 copy color: '#220F14'

red 34 ◦ green 15 ◦ blue 20

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

Shades of Rustic Red #220F14

Tints of Rustic Red #220F14

RGB

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

 GREEN value IS 15 (6.25% from 255) = 21.74%

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

R = 49.28%
G = 21.74%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.41

 K value IS 0.87

RGB Variations

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

Color information

#220F14 (or 0x220F14) is known color: Rustic Red. HEX triplet: 22, 0F and 14. RGB value is (34,15,20). Sum of RGB (Red+Green+Blue) = 34+15+20=69 (9% of max value = 765). Red value is 34 (13.67% from 255 or 49.28% from 69); Green value is 15 (6.25% from 255 or 21.74% from 69); Blue value is 20 (8.20% from 255 or 28.99% from 69); Max value from RGB is 34 - color contains mainly: red. Hex color #220F14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220F14 is #DDF0EB. Grayscale: #151515. Windows color (decimal): -14545132 or 1314594. OLE color: 1314594.

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

Color convert

RGB 34 15 20 -
CMYK 0 0.56 0.41 0.87
HSL 344.21º 0.39% 0.1% -
HSV(B) 344.21º 0.56% 0.13% -
XYZ 0.96 0.73 0.75 -
YUV 21.25 127.29 137.09 -
System Red Green Blue C M Y K H S L
Decimal 34 15 20 0 0.56 0.41 0.87 344.21 0.39 0.1
Hex 22 F 14 0 38 29 57 158 27 A
Octal 42 17 24 0 70 51 127 530 47 12
Binary 100010 1111 10100 0 111000 101001 1010111 101011000 100111 1010

Color Harmonies of #220F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220F14

Black with #220F14

Text Example


Text Example

White with #220F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220F14; }

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

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

background-color css

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

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

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

border-color css

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

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

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