Html Css Color HEX #221318 Rustic Red

📋 copy color: '#221318'

red 34 ◦ green 19 ◦ blue 24

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

Shades of Rustic Red #221318

Tints of Rustic Red #221318

RGB

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

 GREEN value IS 19 (7.81% from 255) = 24.68%

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

R = 44.16%
G = 24.68%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.29

 K value IS 0.87

RGB Variations

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

Color information

#221318 (or 0x221318) is known color: Rustic Red. HEX triplet: 22, 13 and 18. RGB value is (34,19,24). Sum of RGB (Red+Green+Blue) = 34+19+24=77 (10% of max value = 765). Red value is 34 (13.67% from 255 or 44.16% from 77); Green value is 19 (7.81% from 255 or 24.68% from 77); Blue value is 24 (9.77% from 255 or 31.17% from 77); Max value from RGB is 34 - color contains mainly: red. Hex color #221318 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #221318 is #DDECE7. Grayscale: #181818. Windows color (decimal): -14544104 or 1577762. OLE color: 1577762.

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

Color convert

RGB 34 19 24 -
CMYK 0 0.44 0.29 0.87
HSL 340º 0.28% 0.1% -
HSV(B) 340º 0.44% 0.13% -
XYZ 1.06 0.87 0.98 -
YUV 24.06 127.97 135.09 -
System Red Green Blue C M Y K H S L
Decimal 34 19 24 0 0.44 0.29 0.87 340 0.28 0.1
Hex 22 13 18 0 2C 1D 57 154 1C A
Octal 42 23 30 0 54 35 127 524 34 12
Binary 100010 10011 11000 0 101100 11101 1010111 101010100 11100 1010

Color Harmonies of #221318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221318

Black with #221318

Text Example


Text Example

White with #221318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221318; }

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

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

background-color css

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

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

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

border-color css

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

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

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