#21040C

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

Shades of Rustic Red #21040C

Tints of Rustic Red #21040C

Color information

#21040C (or 0x21040C) is unknown color: approx Rustic Red. HEX triplet: 21, 04 and 0C. RGB value is (33,4,12). Sum of RGB (Red+Green+Blue) = 33+4+12=49 (6% of max value = 765). Red value is 33 (13.28% from 255 or 67.35% from 49); Green value is 4 (1.95% from 255 or 8.16% from 49); Blue value is 12 (5.08% from 255 or 24.49% from 49); Max value from RGB is 33 - color contains mainly: red. Hex color #21040C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #21040C is #DEFBF3. Grayscale: #0D0D0D. Windows color (decimal): -14613492 or 787489. OLE color: 787489.

HSL color Cylindrical-coordinate representation of color #21040C: hue angle of 343.45º 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 #21040C is Cyan = 0, Magento = 0.88, Yellow = 0.64 and Black (K on CMYK) = 0.87.

Color convert

RGB33412-
CMYK00.880.640.87
HSL343.45º78.38%7.25%-
HSV(B)343.45º87.88%12.94%-
XYZ0.740.440.39-
YUV13.58127.11141.85-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 67.35%
GREEN value IS 4 (1.95% from 255) = 8.16%
BLUE value IS 12 (5.08% from 255) = 24.49%
R=67.35%
G=8.16%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.64
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3341200.880.640.87343.4578.387.25
Hex214C05840571574e7
Octal4141401301001275271167
Binary100001100110001011000100000010101111010101111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21040C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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