#21050D

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

Shades of Rustic Red #21050D

Tints of Rustic Red #21050D

Color information

#21050D (or 0x21050D) is unknown color: approx Rustic Red. HEX triplet: 21, 05 and 0D. RGB value is (33,5,13). Sum of RGB (Red+Green+Blue) = 33+5+13=51 (6% of max value = 765). Red value is 33 (13.28% from 255 or 64.71% from 51); Green value is 5 (2.34% from 255 or 9.80% from 51); Blue value is 13 (5.47% from 255 or 25.49% from 51); Max value from RGB is 33 - color contains mainly: red. Hex color #21050D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #21050D is #DEFAF2. Grayscale: #0E0E0E. Windows color (decimal): -14613235 or 853281. OLE color: 853281.

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

Color convert

RGB33513-
CMYK00.850.610.87
HSL342.86º73.68%7.45%-
HSV(B)342.86º84.85%12.94%-
XYZ0.750.460.43-
YUV14.28127.28141.35-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 64.71%
GREEN value IS 5 (2.34% from 255) = 9.80%
BLUE value IS 13 (5.47% from 255) = 25.49%
R=64.71%
G=9.80%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.61
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3351300.850.610.87342.8673.687.45
Hex215D0553D571574a7
Octal415150125751275271127
Binary10000110111010101010111110110101111010101111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21050D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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