Html Css Color HEX #211318 Rustic Red

📋 copy color: '#211318'

red 33 ◦ green 19 ◦ blue 24

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

Shades of Rustic Red #211318

Tints of Rustic Red #211318

RGB

 RED value IS 33 (13.28% from 255) = 43.42%

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

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

R = 43.42%
G = 25%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.27

 K value IS 0.87

RGB Variations

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

Color information

#211318 (or 0x211318) is known color: Rustic Red. HEX triplet: 21, 13 and 18. RGB value is (33,19,24). Sum of RGB (Red+Green+Blue) = 33+19+24=76 (10% of max value = 765). Red value is 33 (13.28% from 255 or 43.42% from 76); Green value is 19 (7.81% from 255 or 25% from 76); Blue value is 24 (9.77% from 255 or 31.58% from 76); Max value from RGB is 33 - color contains mainly: red. Hex color #211318 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211318 is #DEECE7. Grayscale: #171717. Windows color (decimal): -14609640 or 1577761. OLE color: 1577761.

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

Color convert

RGB 33 19 24 -
CMYK 0 0.42 0.27 0.87
HSL 338.57º 0.27% 0.1% -
HSV(B) 338.57º 0.42% 0.13% -
XYZ 1.02 0.86 0.98 -
YUV 23.76 128.14 134.59 -
System Red Green Blue C M Y K H S L
Decimal 33 19 24 0 0.42 0.27 0.87 338.57 0.27 0.1
Hex 21 13 18 0 2A 1B 57 153 1B A
Octal 41 23 30 0 52 33 127 523 33 12
Binary 100001 10011 11000 0 101010 11011 1010111 101010011 11011 1010

Color Harmonies of #211318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211318

Black with #211318

Text Example


Text Example

White with #211318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211318; }

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

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

background-color css

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

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

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

border-color css

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

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

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