#21050E

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

Shades of Rustic Red #21050E

Tints of Rustic Red #21050E

Color information

#21050E (or 0x21050E) is unknown color: approx Rustic Red. HEX triplet: 21, 05 and 0E. RGB value is (33,5,14). Sum of RGB (Red+Green+Blue) = 33+5+14=52 (6% of max value = 765). Red value is 33 (13.28% from 255 or 63.46% from 52); Green value is 5 (2.34% from 255 or 9.62% from 52); Blue value is 14 (5.86% from 255 or 26.92% from 52); Max value from RGB is 33 - color contains mainly: red. Hex color #21050E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #21050E is #DEFAF1. Grayscale: #0E0E0E. Windows color (decimal): -14613234 or 918817. OLE color: 918817.

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

Color convert

RGB33514-
CMYK00.850.580.87
HSL340.71º73.68%7.45%-
HSV(B)340.71º84.85%12.94%-
XYZ0.760.460.46-
YUV14.4127.78141.27-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 63.46%
GREEN value IS 5 (2.34% from 255) = 9.62%
BLUE value IS 14 (5.86% from 255) = 26.92%
R=63.46%
G=9.62%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.58
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3351400.850.580.87340.7173.687.45
Hex215E0553A571554a7
Octal415160125721275251127
Binary10000110111100101010111101010101111010101011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21050E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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