#310E14

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

Shades of Rustic Red #310E14

Tints of Rustic Red #310E14

Color information

#310E14 (or 0x310E14) is unknown color: approx Rustic Red. HEX triplet: 31, 0E and 14. RGB value is (49,14,20). Sum of RGB (Red+Green+Blue) = 49+14+20=83 (10% of max value = 765). Red value is 49 (19.53% from 255 or 59.04% from 83); Green value is 14 (5.86% from 255 or 16.87% from 83); Blue value is 20 (8.20% from 255 or 24.10% from 83); Max value from RGB is 49 - color contains mainly: red. Hex color #310E14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310E14 is #CEF1EB. Grayscale: #191919. Windows color (decimal): -13562348 or 1314353. OLE color: 1314353.

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

Color convert

RGB491420-
CMYK00.710.590.81
HSL349.71º55.56%12.35%-
HSV(B)349.71º71.43%19.22%-
XYZ1.551.020.78-
YUV25.15125.1145.01-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 59.04%
GREEN value IS 14 (5.86% from 255) = 16.87%
BLUE value IS 20 (8.20% from 255) = 24.10%
R=59.04%
G=16.87%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.59
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49142000.710.590.81349.7155.5612.35
Hex31E140473B5115e38c
Octal6116240107731215367014
Binary1100011110101000100011111101110100011010111101110001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,14,20); }

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

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

 a { background-color: rgb(49,14,20); }

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

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

 span { border-color: rgb(49,14,20); }

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