#210412

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

Shades of Rustic Red #210412

Tints of Rustic Red #210412

Color information

#210412 (or 0x210412) is unknown color: approx Rustic Red. HEX triplet: 21, 04 and 12. RGB value is (33,4,18). Sum of RGB (Red+Green+Blue) = 33+4+18=55 (7% of max value = 765). Red value is 33 (13.28% from 255 or 60% from 55); Green value is 4 (1.95% from 255 or 7.27% from 55); Blue value is 18 (7.42% from 255 or 32.73% from 55); Max value from RGB is 33 - color contains mainly: red. Hex color #210412 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210412 is #DEFBED. Grayscale: #0E0E0E. Windows color (decimal): -14613486 or 1180705. OLE color: 1180705.

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

Color convert

RGB33418-
CMYK00.880.450.87
HSL331.03º78.38%7.25%-
HSV(B)331.03º87.88%12.94%-
XYZ0.780.450.62-
YUV14.27130.11141.36-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 60%
GREEN value IS 4 (1.95% from 255) = 7.27%
BLUE value IS 18 (7.42% from 255) = 32.73%
R=60%
G=7.27%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.45
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3341800.880.450.87331.0378.387.25
Hex214120582D5714b4e7
Octal414220130551275131167
Binary100001100100100101100010110110101111010010111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210412; }

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

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

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

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

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

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

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

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