#310C12

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

Shades of Rustic Red #310C12

Tints of Rustic Red #310C12

Color information

#310C12 (or 0x310C12) is unknown color: approx Rustic Red. HEX triplet: 31, 0C and 12. RGB value is (49,12,18). Sum of RGB (Red+Green+Blue) = 49+12+18=79 (10% of max value = 765). Red value is 49 (19.53% from 255 or 62.03% from 79); Green value is 12 (5.08% from 255 or 15.19% from 79); Blue value is 18 (7.42% from 255 or 22.78% from 79); Max value from RGB is 49 - color contains mainly: red. Hex color #310C12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310C12 is #CEF3ED. Grayscale: #171717. Windows color (decimal): -13562862 or 1182769. OLE color: 1182769.

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

Color convert

RGB491218-
CMYK00.760.630.81
HSL350.27º60.66%11.96%-
HSV(B)350.27º75.51%19.22%-
XYZ1.510.960.68-
YUV23.75124.76146.01-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 62.03%
GREEN value IS 12 (5.08% from 255) = 15.19%
BLUE value IS 18 (7.42% from 255) = 22.78%
R=62.03%
G=15.19%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.63
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49121800.760.630.81350.2760.6611.96
Hex31C1204C3F5115e3dc
Octal6114220114771215367514
Binary1100011100100100100110011111110100011010111101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310C12; }

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

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

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

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

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

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

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

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