#310012

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

Shades of Rustic Red #310012

Tints of Rustic Red #310012

Color information

#310012 (or 0x310012) is unknown color: approx Rustic Red. HEX triplet: 31, 00 and 12. RGB value is (49,0,18). Sum of RGB (Red+Green+Blue) = 49+0+18=67 (8% of max value = 765). Red value is 49 (19.53% from 255 or 73.13% from 67); Green value is 0 (0.39% from 255 or 0% from 67); Blue value is 18 (7.42% from 255 or 26.87% from 67); Max value from RGB is 49 - color contains mainly: red. Hex color #310012 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310012 is #CEFFED. Grayscale: #101010. Windows color (decimal): -13565934 or 1179697. OLE color: 1179697.

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

Color convert

RGB49018-
CMYK010.630.81
HSL337.96º100%9.61%-
HSV(B)337.96º100%19.22%-
XYZ1.380.70.63-
YUV16.7128.73151.04-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 73.13%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 18 (7.42% from 255) = 26.87%
R=73.13%
G=0%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.63
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49018010.630.81337.961009.61
Hex310120643F5115264a
Octal6102201447712152214412
Binary11000101001001100100111111101000110101001011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310012; }

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

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

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

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

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

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

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

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