#210409

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

Shades of Rustic Red #210409

Tints of Rustic Red #210409

Color information

#210409 (or 0x210409) is unknown color: approx Rustic Red. HEX triplet: 21, 04 and 09. RGB value is (33,4,9). Sum of RGB (Red+Green+Blue) = 33+4+9=46 (6% of max value = 765). Red value is 33 (13.28% from 255 or 71.74% from 46); Green value is 4 (1.95% from 255 or 8.70% from 46); Blue value is 9 (3.91% from 255 or 19.57% from 46); Max value from RGB is 33 - color contains mainly: red. Hex color #210409 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210409 is #DEFBF6. Grayscale: #0D0D0D. Windows color (decimal): -14613495 or 590881. OLE color: 590881.

HSL color Cylindrical-coordinate representation of color #210409: hue angle of 349.66º degrees, saturation: 0.78, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #210409 is Cyan = 0, Magento = 0.88, Yellow = 0.73 and Black (K on CMYK) = 0.87.

Color convert

RGB3349-
CMYK00.880.730.87
HSL349.66º78.38%7.25%-
HSV(B)349.66º87.88%12.94%-
XYZ0.720.430.3-
YUV13.24125.61142.09-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 71.74%
GREEN value IS 4 (1.95% from 255) = 8.70%
BLUE value IS 9 (3.91% from 255) = 19.57%
R=71.74%
G=8.70%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.73
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal334900.880.730.87349.6678.387.25
Hex2149058495715e4e7
Octal4141101301111275361167
Binary100001100100101011000100100110101111010111101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210409; }

 p { color: rgb(33,4,9); }

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

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

 a { background-color: rgb(33,4,9); }

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

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

 span { border-color: rgb(33,4,9); }

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