#21020C

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

Shades of Rustic Red #21020C

Tints of Rustic Red #21020C

Color information

#21020C (or 0x21020C) is unknown color: approx Rustic Red. HEX triplet: 21, 02 and 0C. RGB value is (33,2,12). Sum of RGB (Red+Green+Blue) = 33+2+12=47 (6% of max value = 765). Red value is 33 (13.28% from 255 or 70.21% from 47); Green value is 2 (1.17% from 255 or 4.26% from 47); Blue value is 12 (5.08% from 255 or 25.53% from 47); Max value from RGB is 33 - color contains mainly: red. Hex color #21020C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #21020C is #DEFDF3. Grayscale: #0C0C0C. Windows color (decimal): -14614004 or 786977. OLE color: 786977.

HSL color Cylindrical-coordinate representation of color #21020C: hue angle of 340.65º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #21020C is Cyan = 0, Magento = 0.94, Yellow = 0.64 and Black (K on CMYK) = 0.87.

Color convert

RGB33212-
CMYK00.940.640.87
HSL340.65º88.57%6.86%-
HSV(B)340.65º93.94%12.94%-
XYZ0.720.390.39-
YUV12.41127.77142.69-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 70.21%
GREEN value IS 2 (1.17% from 255) = 4.26%
BLUE value IS 12 (5.08% from 255) = 25.53%
R=70.21%
G=4.26%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.64
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3321200.940.640.87340.6588.576.86
Hex212C05E4057155597
Octal4121401361001275251317
Binary10000110110001011110100000010101111010101011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21020C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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