#211014

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

Shades of Rustic Red #211014

Tints of Rustic Red #211014

Color information

#211014 (or 0x211014) is unknown color: approx Rustic Red. HEX triplet: 21, 10 and 14. RGB value is (33,16,20). Sum of RGB (Red+Green+Blue) = 33+16+20=69 (9% of max value = 765). Red value is 33 (13.28% from 255 or 47.83% from 69); Green value is 16 (6.64% from 255 or 23.19% from 69); Blue value is 20 (8.20% from 255 or 28.99% from 69); Max value from RGB is 33 - color contains mainly: red. Hex color #211014 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211014 is #DEEFEB. Grayscale: #151515. Windows color (decimal): -14610412 or 1314849. OLE color: 1314849.

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

Color convert

RGB331620-
CMYK00.520.390.87
HSL345.88º34.69%9.61%-
HSV(B)345.88º51.52%12.94%-
XYZ0.940.740.76-
YUV21.54127.13136.17-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 47.83%
GREEN value IS 16 (6.64% from 255) = 23.19%
BLUE value IS 20 (8.20% from 255) = 28.99%
R=47.83%
G=23.19%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.39
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33162000.520.390.87345.8834.699.61
Hex211014034275715a23a
Octal412024064471275324312
Binary1000011000010100011010010011110101111010110101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211014; }

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

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

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

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

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

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

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

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