Html Css Color HEX #221213 Rustic Red

📋 copy color: '#221213'

red 34 ◦ green 18 ◦ blue 19

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

Shades of Rustic Red #221213

Tints of Rustic Red #221213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 26.76%

R = 47.89%
G = 25.35%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.44

 K value IS 0.87

RGB Variations

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

Color information

#221213 (or 0x221213) is known color: Rustic Red. HEX triplet: 22, 12 and 13. RGB value is (34,18,19). Sum of RGB (Red+Green+Blue) = 34+18+19=71 (9% of max value = 765). Red value is 34 (13.67% from 255 or 47.89% from 71); Green value is 18 (7.42% from 255 or 25.35% from 71); Blue value is 19 (7.81% from 255 or 26.76% from 71); Max value from RGB is 34 - color contains mainly: red. Hex color #221213 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #221213 is #DDEDEC. Grayscale: #161616. Windows color (decimal): -14544365 or 1249826. OLE color: 1249826.

HSL color Cylindrical-coordinate representation of color #221213: hue angle of 356.25º 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 #221213 is Cyan = 0, Magento = 0.47, Yellow = 0.44 and Black (K on CMYK) = 0.87.

Color convert

RGB 34 18 19 -
CMYK 0 0.47 0.44 0.87
HSL 356.25º 0.31% 0.1% -
HSV(B) 356.25º 0.47% 0.13% -
XYZ 0.99 0.82 0.72 -
YUV 22.9 125.8 135.92 -
System Red Green Blue C M Y K H S L
Decimal 34 18 19 0 0.47 0.44 0.87 356.25 0.31 0.1
Hex 22 12 13 0 2F 2C 57 164 1F A
Octal 42 22 23 0 57 54 127 544 37 12
Binary 100010 10010 10011 0 101111 101100 1010111 101100100 11111 1010

Color Harmonies of #221213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221213

Black with #221213

Text Example


Text Example

White with #221213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221213; }

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

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

background-color css

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

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

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

border-color css

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

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

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