Html Css Color HEX #220A12 Rustic Red

📋 copy color: '#220A12'

red 34 ◦ green 10 ◦ blue 18

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

Shades of Rustic Red #220A12

Tints of Rustic Red #220A12

RGB

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

 GREEN value IS 10 (4.3% from 255) = 16.13%

 BLUE value IS 18 (7.42% from 255) = 29.03%

R = 54.84%
G = 16.13%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.47

 K value IS 0.87

RGB Variations

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

Color information

#220A12 (or 0x220A12) is known color: Rustic Red. HEX triplet: 22, 0A and 12. RGB value is (34,10,18). Sum of RGB (Red+Green+Blue) = 34+10+18=62 (8% of max value = 765). Red value is 34 (13.67% from 255 or 54.84% from 62); Green value is 10 (4.30% from 255 or 16.13% from 62); Blue value is 18 (7.42% from 255 or 29.03% from 62); Max value from RGB is 34 - color contains mainly: red. Hex color #220A12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220A12 is #DDF5ED. Grayscale: #121212. Windows color (decimal): -14546414 or 1182242. OLE color: 1182242.

HSL color Cylindrical-coordinate representation of color #220A12: hue angle of 340º degrees, saturation: 0.55, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #220A12 is Cyan = 0, Magento = 0.71, Yellow = 0.47 and Black (K on CMYK) = 0.87.

Color convert

RGB 34 10 18 -
CMYK 0 0.71 0.47 0.87
HSL 340º 0.55% 0.09% -
HSV(B) 340º 0.71% 0.13% -
XYZ 0.88 0.6 0.64 -
YUV 18.09 127.95 139.35 -
System Red Green Blue C M Y K H S L
Decimal 34 10 18 0 0.71 0.47 0.87 340 0.55 0.09
Hex 22 A 12 0 47 2F 57 154 37 9
Octal 42 12 22 0 107 57 127 524 67 11
Binary 100010 1010 10010 0 1000111 101111 1010111 101010100 110111 1001

Color Harmonies of #220A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220A12

Black with #220A12

Text Example


Text Example

White with #220A12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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