Html Css Color HEX #221718 Rustic Red

📋 copy color: '#221718'

red 34 ◦ green 23 ◦ blue 24

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

Shades of Rustic Red #221718

Tints of Rustic Red #221718

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 29.63%

R = 41.98%
G = 28.4%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.29

 K value IS 0.87

RGB Variations

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

Color information

#221718 (or 0x221718) is known color: Rustic Red. HEX triplet: 22, 17 and 18. RGB value is (34,23,24). Sum of RGB (Red+Green+Blue) = 34+23+24=81 (10% of max value = 765). Red value is 34 (13.67% from 255 or 41.98% from 81); Green value is 23 (9.38% from 255 or 28.40% from 81); Blue value is 24 (9.77% from 255 or 29.63% from 81); Max value from RGB is 34 - color contains mainly: red. Hex color #221718 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #221718 is #DDE8E7. Grayscale: #1A1A1A. Windows color (decimal): -14543080 or 1578786. OLE color: 1578786.

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

Color convert

RGB 34 23 24 -
CMYK 0 0.32 0.29 0.87
HSL 354.55º 0.19% 0.11% -
HSV(B) 354.55º 0.32% 0.13% -
XYZ 1.13 1.02 1 -
YUV 26.4 126.64 133.42 -
System Red Green Blue C M Y K H S L
Decimal 34 23 24 0 0.32 0.29 0.87 354.55 0.19 0.11
Hex 22 17 18 0 20 1D 57 163 13 B
Octal 42 27 30 0 40 35 127 543 23 13
Binary 100010 10111 11000 0 100000 11101 1010111 101100011 10011 1011

Color Harmonies of #221718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221718

Black with #221718

Text Example


Text Example

White with #221718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221718; }

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

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

background-color css

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

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

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

border-color css

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

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

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