#21040E

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

Shades of Rustic Red #21040E

Tints of Rustic Red #21040E

Color information

#21040E (or 0x21040E) is unknown color: approx Rustic Red. HEX triplet: 21, 04 and 0E. RGB value is (33,4,14). Sum of RGB (Red+Green+Blue) = 33+4+14=51 (6% of max value = 765). Red value is 33 (13.28% from 255 or 64.71% from 51); Green value is 4 (1.95% from 255 or 7.84% from 51); Blue value is 14 (5.86% from 255 or 27.45% from 51); Max value from RGB is 33 - color contains mainly: red. Hex color #21040E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #21040E is #DEFBF1. Grayscale: #0D0D0D. Windows color (decimal): -14613490 or 918561. OLE color: 918561.

HSL color Cylindrical-coordinate representation of color #21040E: hue angle of 339.31º degrees, saturation: 0.78, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #21040E is Cyan = 0, Magento = 0.88, Yellow = 0.58 and Black (K on CMYK) = 0.87.

Color convert

RGB33414-
CMYK00.880.580.87
HSL339.31º78.38%7.25%-
HSV(B)339.31º87.88%12.94%-
XYZ0.750.440.46-
YUV13.81128.11141.69-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 64.71%
GREEN value IS 4 (1.95% from 255) = 7.84%
BLUE value IS 14 (5.86% from 255) = 27.45%
R=64.71%
G=7.84%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.58
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3341400.880.580.87339.3178.387.25
Hex214E0583A571534e7
Octal414160130721275231167
Binary10000110011100101100011101010101111010100111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21040E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21040E; }

 p { color: rgb(33,4,14); }

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

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

 a { background-color: rgb(33,4,14); }

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

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

 span { border-color: rgb(33,4,14); }

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