Html Css Color HEX #221719 Rustic Red

📋 copy color: '#221719'

red 34 ◦ green 23 ◦ blue 25

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

Shades of Rustic Red #221719

Tints of Rustic Red #221719

RGB

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

 GREEN value IS 23 (9.38% from 255) = 28.05%

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

R = 41.46%
G = 28.05%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.26

 K value IS 0.87

RGB Variations

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

Color information

#221719 (or 0x221719) is known color: Rustic Red. HEX triplet: 22, 17 and 19. RGB value is (34,23,25). Sum of RGB (Red+Green+Blue) = 34+23+25=82 (10% of max value = 765). Red value is 34 (13.67% from 255 or 41.46% from 82); Green value is 23 (9.38% from 255 or 28.05% from 82); Blue value is 25 (10.16% from 255 or 30.49% from 82); Max value from RGB is 34 - color contains mainly: red. Hex color #221719 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #221719 is #DDE8E6. Grayscale: #1A1A1A. Windows color (decimal): -14543079 or 1644322. OLE color: 1644322.

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

Color convert

RGB 34 23 25 -
CMYK 0 0.32 0.26 0.87
HSL 349.09º 0.19% 0.11% -
HSV(B) 349.09º 0.32% 0.13% -
XYZ 1.14 1.02 1.06 -
YUV 26.52 127.14 133.34 -
System Red Green Blue C M Y K H S L
Decimal 34 23 25 0 0.32 0.26 0.87 349.09 0.19 0.11
Hex 22 17 19 0 20 1A 57 15D 13 B
Octal 42 27 31 0 40 32 127 535 23 13
Binary 100010 10111 11001 0 100000 11010 1010111 101011101 10011 1011

Color Harmonies of #221719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221719

Black with #221719

Text Example


Text Example

White with #221719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221719; }

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

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

background-color css

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

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

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

border-color css

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

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

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