#21020F

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

Shades of Rustic Red #21020F

Tints of Rustic Red #21020F

Color information

#21020F (or 0x21020F) is unknown color: approx Rustic Red. HEX triplet: 21, 02 and 0F. RGB value is (33,2,15). Sum of RGB (Red+Green+Blue) = 33+2+15=50 (6% of max value = 765). Red value is 33 (13.28% from 255 or 66% from 50); Green value is 2 (1.17% from 255 or 4% from 50); Blue value is 15 (6.25% from 255 or 30% from 50); Max value from RGB is 33 - color contains mainly: red. Hex color #21020F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #21020F is #DEFDF0. Grayscale: #0C0C0C. Windows color (decimal): -14614001 or 983585. OLE color: 983585.

HSL color Cylindrical-coordinate representation of color #21020F: hue angle of 334.84º 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 #21020F is Cyan = 0, Magento = 0.94, Yellow = 0.55 and Black (K on CMYK) = 0.87.

Color convert

RGB33215-
CMYK00.940.550.87
HSL334.84º88.57%6.86%-
HSV(B)334.84º93.94%12.94%-
XYZ0.740.40.49-
YUV12.75129.27142.44-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 66%
GREEN value IS 2 (1.17% from 255) = 4%
BLUE value IS 15 (6.25% from 255) = 30%
R=66%
G=4%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.55
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3321500.940.550.87334.8488.576.86
Hex212F05E375714f597
Octal412170136671275171317
Binary1000011011110101111011011110101111010011111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21020F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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