#211415

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

Shades of Rustic Red #211415

Tints of Rustic Red #211415

Color information

#211415 (or 0x211415) is unknown color: approx Rustic Red. HEX triplet: 21, 14 and 15. RGB value is (33,20,21). Sum of RGB (Red+Green+Blue) = 33+20+21=74 (9% of max value = 765). Red value is 33 (13.28% from 255 or 44.59% from 74); Green value is 20 (8.20% from 255 or 27.03% from 74); Blue value is 21 (8.59% from 255 or 28.38% from 74); Max value from RGB is 33 - color contains mainly: red. Hex color #211415 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211415 is #DEEBEA. Grayscale: #181818. Windows color (decimal): -14609387 or 1381409. OLE color: 1381409.

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

Color convert

RGB332021-
CMYK00.390.360.87
HSL355.38º24.53%10.39%-
HSV(B)355.38º39.39%12.94%-
XYZ1.010.880.83-
YUV24126.31134.42-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 44.59%
GREEN value IS 20 (8.20% from 255) = 27.03%
BLUE value IS 21 (8.59% from 255) = 28.38%
R=44.59%
G=27.03%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.36
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33202100.390.360.87355.3824.5310.39
Hex211415027245716319a
Octal412425047441275433112
Binary100001101001010101001111001001010111101100011110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211415; }

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

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

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

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

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

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

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

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