#310212

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

Shades of Rustic Red #310212

Tints of Rustic Red #310212

Color information

#310212 (or 0x310212) is unknown color: approx Rustic Red. HEX triplet: 31, 02 and 12. RGB value is (49,2,18). Sum of RGB (Red+Green+Blue) = 49+2+18=69 (9% of max value = 765). Red value is 49 (19.53% from 255 or 71.01% from 69); Green value is 2 (1.17% from 255 or 2.90% from 69); Blue value is 18 (7.42% from 255 or 26.09% from 69); Max value from RGB is 49 - color contains mainly: red. Hex color #310212 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310212 is #CEFDED. Grayscale: #111111. Windows color (decimal): -13565422 or 1180209. OLE color: 1180209.

HSL color Cylindrical-coordinate representation of color #310212: hue angle of 339.57º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #310212 is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.81.

Color convert

RGB49218-
CMYK00.960.630.81
HSL339.57º92.16%10%-
HSV(B)339.57º95.92%19.22%-
XYZ1.40.740.64-
YUV17.88128.07150.2-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 71.01%
GREEN value IS 2 (1.17% from 255) = 2.90%
BLUE value IS 18 (7.42% from 255) = 26.09%
R=71.01%
G=2.90%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.63
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4921800.960.630.81339.5792.1610
Hex312120603F511545ca
Octal6122201407712152413412
Binary110001101001001100000111111101000110101010010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310212; }

 p { color: rgb(49,2,18); }

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

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

 a { background-color: rgb(49,2,18); }

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

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

 span { border-color: rgb(49,2,18); }

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