Html Css Color HEX #221819 Rustic Red

📋 copy color: '#221819'

red 34 ◦ green 24 ◦ blue 25

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

Shades of Rustic Red #221819

Tints of Rustic Red #221819

RGB

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

 GREEN value IS 24 (9.77% from 255) = 28.92%

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

R = 40.96%
G = 28.92%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.26

 K value IS 0.87

RGB Variations

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

Color information

#221819 (or 0x221819) is known color: Rustic Red. HEX triplet: 22, 18 and 19. RGB value is (34,24,25). Sum of RGB (Red+Green+Blue) = 34+24+25=83 (10% of max value = 765). Red value is 34 (13.67% from 255 or 40.96% from 83); Green value is 24 (9.77% from 255 or 28.92% from 83); Blue value is 25 (10.16% from 255 or 30.12% from 83); Max value from RGB is 34 - color contains mainly: red. Hex color #221819 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #221819 is #DDE7E6. Grayscale: #1B1B1B. Windows color (decimal): -14542823 or 1644578. OLE color: 1644578.

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

Color convert

RGB 34 24 25 -
CMYK 0 0.29 0.26 0.87
HSL 354º 0.17% 0.11% -
HSV(B) 354º 0.29% 0.13% -
XYZ 1.16 1.06 1.06 -
YUV 27.1 126.81 132.92 -
System Red Green Blue C M Y K H S L
Decimal 34 24 25 0 0.29 0.26 0.87 354 0.17 0.11
Hex 22 18 19 0 1D 1A 57 162 11 B
Octal 42 30 31 0 35 32 127 542 21 13
Binary 100010 11000 11001 0 11101 11010 1010111 101100010 10001 1011

Color Harmonies of #221819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221819

Black with #221819

Text Example


Text Example

White with #221819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221819; }

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

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

background-color css

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

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

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

border-color css

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

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

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