#210709

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

Shades of Rustic Red #210709

Tints of Rustic Red #210709

Color information

#210709 (or 0x210709) is unknown color: approx Rustic Red. HEX triplet: 21, 07 and 09. RGB value is (33,7,9). Sum of RGB (Red+Green+Blue) = 33+7+9=49 (6% of max value = 765). Red value is 33 (13.28% from 255 or 67.35% from 49); Green value is 7 (3.12% from 255 or 14.29% from 49); Blue value is 9 (3.91% from 255 or 18.37% from 49); Max value from RGB is 33 - color contains mainly: red. Hex color #210709 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210709 is #DEF8F6. Grayscale: #0F0F0F. Windows color (decimal): -14612727 or 591649. OLE color: 591649.

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

Color convert

RGB3379-
CMYK00.790.730.87
HSL355.38º65%7.84%-
HSV(B)355.38º78.79%12.94%-
XYZ0.750.50.31-
YUV15124.61140.84-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 67.35%
GREEN value IS 7 (3.12% from 255) = 14.29%
BLUE value IS 9 (3.91% from 255) = 18.37%
R=67.35%
G=14.29%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.73
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal337900.790.730.87355.38657.84
Hex217904F4957163418
Octal41711011711112754310110
Binary1000011111001010011111001001101011110110001110000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210709; }

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

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

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

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

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

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

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

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