#21060F

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

Shades of Rustic Red #21060F

Tints of Rustic Red #21060F

Color information

#21060F (or 0x21060F) is unknown color: approx Rustic Red. HEX triplet: 21, 06 and 0F. RGB value is (33,6,15). Sum of RGB (Red+Green+Blue) = 33+6+15=54 (7% of max value = 765). Red value is 33 (13.28% from 255 or 61.11% from 54); Green value is 6 (2.73% from 255 or 11.11% from 54); Blue value is 15 (6.25% from 255 or 27.78% from 54); Max value from RGB is 33 - color contains mainly: red. Hex color #21060F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #21060F is #DEF9F0. Grayscale: #0F0F0F. Windows color (decimal): -14612977 or 984609. OLE color: 984609.

HSL color Cylindrical-coordinate representation of color #21060F: hue angle of 340º 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 #21060F is Cyan = 0, Magento = 0.82, Yellow = 0.55 and Black (K on CMYK) = 0.87.

Color convert

RGB33615-
CMYK00.820.550.87
HSL340º69.23%7.65%-
HSV(B)340º81.82%12.94%-
XYZ0.780.490.51-
YUV15.1127.95140.77-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 61.11%
GREEN value IS 6 (2.73% from 255) = 11.11%
BLUE value IS 15 (6.25% from 255) = 27.78%
R=61.11%
G=11.11%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.55
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3361500.820.550.8734069.237.65
Hex216F0523757154458
Octal4161701226712752410510
Binary100001110111101010010110111101011110101010010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21060F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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