#21010D

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

Shades of Rustic Red #21010D

Tints of Rustic Red #21010D

Color information

#21010D (or 0x21010D) is unknown color: approx Rustic Red. HEX triplet: 21, 01 and 0D. RGB value is (33,1,13). Sum of RGB (Red+Green+Blue) = 33+1+13=47 (6% of max value = 765). Red value is 33 (13.28% from 255 or 70.21% from 47); Green value is 1 (0.78% from 255 or 2.13% from 47); Blue value is 13 (5.47% from 255 or 27.66% from 47); Max value from RGB is 33 - color contains mainly: red. Hex color #21010D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #21010D is #DEFEF2. Grayscale: #0B0B0B. Windows color (decimal): -14614259 or 852257. OLE color: 852257.

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

Color convert

RGB33113-
CMYK00.970.610.87
HSL337.5º94.12%6.67%-
HSV(B)337.5º96.97%12.94%-
XYZ0.710.370.42-
YUV11.94128.6143.02-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 70.21%
GREEN value IS 1 (0.78% from 255) = 2.13%
BLUE value IS 13 (5.47% from 255) = 27.66%
R=70.21%
G=2.13%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.61
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3311300.970.610.87337.594.126.67
Hex211D0613D571525e7
Octal411150141751275221367
Binary100001111010110000111110110101111010100101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21010D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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