#210209

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

Shades of Rustic Red #210209

Tints of Rustic Red #210209

Color information

#210209 (or 0x210209) is unknown color: approx Rustic Red. HEX triplet: 21, 02 and 09. RGB value is (33,2,9). Sum of RGB (Red+Green+Blue) = 33+2+9=44 (5% of max value = 765). Red value is 33 (13.28% from 255 or 75% from 44); Green value is 2 (1.17% from 255 or 4.55% from 44); Blue value is 9 (3.91% from 255 or 20.45% from 44); Max value from RGB is 33 - color contains mainly: red. Hex color #210209 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210209 is #DEFDF6. Grayscale: #0C0C0C. Windows color (decimal): -14614007 or 590369. OLE color: 590369.

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

Color convert

RGB3329-
CMYK00.940.730.87
HSL346.45º88.57%6.86%-
HSV(B)346.45º93.94%12.94%-
XYZ0.70.390.3-
YUV12.07126.27142.93-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 75%
GREEN value IS 2 (1.17% from 255) = 4.55%
BLUE value IS 9 (3.91% from 255) = 20.45%
R=75%
G=4.55%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.73
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal332900.940.730.87346.4588.576.86
Hex212905E495715a597
Octal4121101361111275321317
Binary10000110100101011110100100110101111010110101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210209; }

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

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

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

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

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

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

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

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