#310E13

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

Shades of Rustic Red #310E13

Tints of Rustic Red #310E13

Color information

#310E13 (or 0x310E13) is unknown color: approx Rustic Red. HEX triplet: 31, 0E and 13. RGB value is (49,14,19). Sum of RGB (Red+Green+Blue) = 49+14+19=82 (10% of max value = 765). Red value is 49 (19.53% from 255 or 59.76% from 82); Green value is 14 (5.86% from 255 or 17.07% from 82); Blue value is 19 (7.81% from 255 or 23.17% from 82); Max value from RGB is 49 - color contains mainly: red. Hex color #310E13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310E13 is #CEF1EC. Grayscale: #191919. Windows color (decimal): -13562349 or 1248817. OLE color: 1248817.

HSL color Cylindrical-coordinate representation of color #310E13: hue angle of 351.43º 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 #310E13 is Cyan = 0, Magento = 0.71, Yellow = 0.61 and Black (K on CMYK) = 0.81.

Color convert

RGB491419-
CMYK00.710.610.81
HSL351.43º55.56%12.35%-
HSV(B)351.43º71.43%19.22%-
XYZ1.541.010.73-
YUV25.04124.6145.09-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 59.76%
GREEN value IS 14 (5.86% from 255) = 17.07%
BLUE value IS 19 (7.81% from 255) = 23.17%
R=59.76%
G=17.07%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.61
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49141900.710.610.81351.4355.5612.35
Hex31E130473D5115f38c
Octal6116230107751215377014
Binary1100011110100110100011111110110100011010111111110001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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