Html Css Color HEX #211819 Rustic Red

📋 copy color: '#211819'

red 33 ◦ green 24 ◦ blue 25

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

Shades of Rustic Red #211819

Tints of Rustic Red #211819

RGB

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

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

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

R = 40.24%
G = 29.27%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.24

 K value IS 0.87

RGB Variations

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

Color information

#211819 (or 0x211819) is known color: Rustic Red. HEX triplet: 21, 18 and 19. RGB value is (33,24,25). Sum of RGB (Red+Green+Blue) = 33+24+25=82 (10% of max value = 765). Red value is 33 (13.28% from 255 or 40.24% from 82); Green value is 24 (9.77% from 255 or 29.27% from 82); Blue value is 25 (10.16% from 255 or 30.49% from 82); Max value from RGB is 33 - color contains mainly: red. Hex color #211819 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211819 is #DEE7E6. Grayscale: #1A1A1A. Windows color (decimal): -14608359 or 1644577. OLE color: 1644577.

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

Color convert

RGB 33 24 25 -
CMYK 0 0.27 0.24 0.87
HSL 353.33º 0.16% 0.11% -
HSV(B) 353.33º 0.27% 0.13% -
XYZ 1.13 1.05 1.06 -
YUV 26.81 126.98 132.42 -
System Red Green Blue C M Y K H S L
Decimal 33 24 25 0 0.27 0.24 0.87 353.33 0.16 0.11
Hex 21 18 19 0 1B 18 57 161 10 B
Octal 41 30 31 0 33 30 127 541 20 13
Binary 100001 11000 11001 0 11011 11000 1010111 101100001 10000 1011

Color Harmonies of #211819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211819

Black with #211819

Text Example


Text Example

White with #211819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211819; }

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

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

background-color css

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

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

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

border-color css

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

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

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