#211719

Color #211719 Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #211719

Tints of Rustic Red #211719

Color information

#211719 (or 0x211719) is unknown color: approx Rustic Red. HEX triplet: 21, 17 and 19. RGB value is (33,23,25). Sum of RGB (Red+Green+Blue) = 33+23+25=81 (10% of max value = 765). Red value is 33 (13.28% from 255 or 40.74% from 81); Green value is 23 (9.38% from 255 or 28.40% from 81); Blue value is 25 (10.16% from 255 or 30.86% from 81); Max value from RGB is 33 - color contains mainly: red. Hex color #211719 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211719 is #DEE8E6. Grayscale: #1A1A1A. Windows color (decimal): -14608615 or 1644321. OLE color: 1644321.

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

Color convert

RGB332325-
CMYK00.300.240.87
HSL348º17.86%10.98%-
HSV(B)348º30.3%12.94%-
XYZ1.111.011.06-
YUV26.22127.31132.84-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 40.74%
GREEN value IS 23 (9.38% from 255) = 28.40%
BLUE value IS 25 (10.16% from 255) = 30.86%
R=40.74%
G=28.40%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.24
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33232500.300.240.8734817.8610.98
Hex21171901E185715c12b
Octal412731036301275342213
Binary1000011011111001011110110001010111101011100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211719; }

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

 H1.HeaderClassName
 {
   color: #211719;
 }
 .AnyTagClassName
 {
   color: #211719;
 }
</style>
background-color css

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

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

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

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

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

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