Html Css Color HEX #211517 Rustic Red

📋 copy color: '#211517'

red 33 ◦ green 21 ◦ blue 23

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

Shades of Rustic Red #211517

Tints of Rustic Red #211517

RGB

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

 GREEN value IS 21 (8.59% from 255) = 27.27%

 BLUE value IS 23 (9.38% from 255) = 29.87%

R = 42.86%
G = 27.27%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.30

 K value IS 0.87

RGB Variations

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

Color information

#211517 (or 0x211517) is known color: Rustic Red. HEX triplet: 21, 15 and 17. RGB value is (33,21,23). Sum of RGB (Red+Green+Blue) = 33+21+23=77 (10% of max value = 765). Red value is 33 (13.28% from 255 or 42.86% from 77); Green value is 21 (8.59% from 255 or 27.27% from 77); Blue value is 23 (9.38% from 255 or 29.87% from 77); Max value from RGB is 33 - color contains mainly: red. Hex color #211517 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211517 is #DEEAE8. Grayscale: #181818. Windows color (decimal): -14609129 or 1512737. OLE color: 1512737.

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

Color convert

RGB 33 21 23 -
CMYK 0 0.36 0.30 0.87
HSL 350º 0.22% 0.11% -
HSV(B) 350º 0.36% 0.13% -
XYZ 1.05 0.92 0.93 -
YUV 24.82 126.98 133.84 -
System Red Green Blue C M Y K H S L
Decimal 33 21 23 0 0.36 0.30 0.87 350 0.22 0.11
Hex 21 15 17 0 24 1E 57 15E 16 B
Octal 41 25 27 0 44 36 127 536 26 13
Binary 100001 10101 10111 0 100100 11110 1010111 101011110 10110 1011

Color Harmonies of #211517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211517

Black with #211517

Text Example


Text Example

White with #211517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211517; }

 p { color: rgb(33,21,23); }

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

background-color css

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

 a { background-color: rgb(33,21,23); }

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

border-color css

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

 span { border-color: rgb(33,21,23); }

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