#21060D

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

Shades of Rustic Red #21060D

Tints of Rustic Red #21060D

Color information

#21060D (or 0x21060D) is unknown color: approx Rustic Red. HEX triplet: 21, 06 and 0D. RGB value is (33,6,13). Sum of RGB (Red+Green+Blue) = 33+6+13=52 (6% of max value = 765). Red value is 33 (13.28% from 255 or 63.46% from 52); Green value is 6 (2.73% from 255 or 11.54% from 52); Blue value is 13 (5.47% from 255 or 25% from 52); Max value from RGB is 33 - color contains mainly: red. Hex color #21060D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #21060D is #DEF9F2. Grayscale: #0E0E0E. Windows color (decimal): -14612979 or 853537. OLE color: 853537.

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

Color convert

RGB33613-
CMYK00.820.610.87
HSL344.44º69.23%7.65%-
HSV(B)344.44º81.82%12.94%-
XYZ0.760.480.43-
YUV14.87126.95140.93-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 63.46%
GREEN value IS 6 (2.73% from 255) = 11.54%
BLUE value IS 13 (5.47% from 255) = 25%
R=63.46%
G=11.54%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.61
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3361300.820.610.87344.4469.237.65
Hex216D0523D57158458
Octal4161501227512753010510
Binary100001110110101010010111101101011110101100010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21060D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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