#210608

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

Shades of Rustic Red #210608

Tints of Rustic Red #210608

Color information

#210608 (or 0x210608) is unknown color: approx Rustic Red. HEX triplet: 21, 06 and 08. RGB value is (33,6,8). Sum of RGB (Red+Green+Blue) = 33+6+8=47 (6% of max value = 765). Red value is 33 (13.28% from 255 or 70.21% from 47); Green value is 6 (2.73% from 255 or 12.77% from 47); Blue value is 8 (3.52% from 255 or 17.02% from 47); Max value from RGB is 33 - color contains mainly: red. Hex color #210608 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210608 is #DEF9F7. Grayscale: #0E0E0E. Windows color (decimal): -14612984 or 525857. OLE color: 525857.

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

Color convert

RGB3368-
CMYK00.820.760.87
HSL355.56º69.23%7.65%-
HSV(B)355.56º81.82%12.94%-
XYZ0.740.470.28-
YUV14.3124.45141.34-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 70.21%
GREEN value IS 6 (2.73% from 255) = 12.77%
BLUE value IS 8 (3.52% from 255) = 17.02%
R=70.21%
G=12.77%
B=17.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.76
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal336800.820.760.87355.5669.237.65
Hex21680524C57164458
Octal41610012211412754410510
Binary1000011101000010100101001100101011110110010010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210608; }

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

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

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

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

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

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

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

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