Html Css Color HEX #221619 Rustic Red

📋 copy color: '#221619'

red 34 ◦ green 22 ◦ blue 25

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

Shades of Rustic Red #221619

Tints of Rustic Red #221619

RGB

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

 GREEN value IS 22 (8.98% from 255) = 27.16%

 BLUE value IS 25 (10.16% from 255) = 30.86%

R = 41.98%
G = 27.16%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.26

 K value IS 0.87

RGB Variations

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

Color information

#221619 (or 0x221619) is known color: Rustic Red. HEX triplet: 22, 16 and 19. RGB value is (34,22,25). Sum of RGB (Red+Green+Blue) = 34+22+25=81 (10% of max value = 765). Red value is 34 (13.67% from 255 or 41.98% from 81); Green value is 22 (8.98% from 255 or 27.16% from 81); Blue value is 25 (10.16% from 255 or 30.86% from 81); Max value from RGB is 34 - color contains mainly: red. Hex color #221619 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #221619 is #DDE9E6. Grayscale: #191919. Windows color (decimal): -14543335 or 1644066. OLE color: 1644066.

HSL color Cylindrical-coordinate representation of color #221619: hue angle of 345º degrees, saturation: 0.21, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #221619 is Cyan = 0, Magento = 0.35, Yellow = 0.26 and Black (K on CMYK) = 0.87.

Color convert

RGB 34 22 25 -
CMYK 0 0.35 0.26 0.87
HSL 345º 0.21% 0.11% -
HSV(B) 345º 0.35% 0.13% -
XYZ 1.12 0.98 1.05 -
YUV 25.93 127.48 133.76 -
System Red Green Blue C M Y K H S L
Decimal 34 22 25 0 0.35 0.26 0.87 345 0.21 0.11
Hex 22 16 19 0 23 1A 57 159 15 B
Octal 42 26 31 0 43 32 127 531 25 13
Binary 100010 10110 11001 0 100011 11010 1010111 101011001 10101 1011

Color Harmonies of #221619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221619

Black with #221619

Text Example


Text Example

White with #221619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221619; }

 p { color: rgb(34,22,25); }

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

background-color css

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

 a { background-color: rgb(34,22,25); }

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

border-color css

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

 span { border-color: rgb(34,22,25); }

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