#21050C

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

Shades of Rustic Red #21050C

Tints of Rustic Red #21050C

Color information

#21050C (or 0x21050C) is unknown color: approx Rustic Red. HEX triplet: 21, 05 and 0C. RGB value is (33,5,12). Sum of RGB (Red+Green+Blue) = 33+5+12=50 (6% of max value = 765). Red value is 33 (13.28% from 255 or 66% from 50); Green value is 5 (2.34% from 255 or 10% from 50); Blue value is 12 (5.08% from 255 or 24% from 50); Max value from RGB is 33 - color contains mainly: red. Hex color #21050C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #21050C is #DEFAF3. Grayscale: #0E0E0E. Windows color (decimal): -14613236 or 787745. OLE color: 787745.

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

Color convert

RGB33512-
CMYK00.850.640.87
HSL345º73.68%7.45%-
HSV(B)345º84.85%12.94%-
XYZ0.750.460.4-
YUV14.17126.78141.43-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 66%
GREEN value IS 5 (2.34% from 255) = 10%
BLUE value IS 12 (5.08% from 255) = 24%
R=66%
G=10%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.64
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3351200.850.640.8734573.687.45
Hex215C05540571594a7
Octal4151401251001275311127
Binary100001101110001010101100000010101111010110011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21050C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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