#210612

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

Shades of Rustic Red #210612

Tints of Rustic Red #210612

Color information

#210612 (or 0x210612) is unknown color: approx Rustic Red. HEX triplet: 21, 06 and 12. RGB value is (33,6,18). Sum of RGB (Red+Green+Blue) = 33+6+18=57 (7% of max value = 765). Red value is 33 (13.28% from 255 or 57.89% from 57); Green value is 6 (2.73% from 255 or 10.53% from 57); Blue value is 18 (7.42% from 255 or 31.58% from 57); Max value from RGB is 33 - color contains mainly: red. Hex color #210612 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210612 is #DEF9ED. Grayscale: #0F0F0F. Windows color (decimal): -14612974 or 1181217. OLE color: 1181217.

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

Color convert

RGB33618-
CMYK00.820.450.87
HSL333.33º69.23%7.65%-
HSV(B)333.33º81.82%12.94%-
XYZ0.80.50.63-
YUV15.44129.45140.52-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 57.89%
GREEN value IS 6 (2.73% from 255) = 10.53%
BLUE value IS 18 (7.42% from 255) = 31.58%
R=57.89%
G=10.53%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.45
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3361800.820.450.87333.3369.237.65
Hex216120522D5714d458
Octal4162201225512751510510
Binary1000011101001001010010101101101011110100110110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210612; }

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

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

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

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

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

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

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

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