#310E0F

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

Shades of Rustic Red #310E0F

Tints of Rustic Red #310E0F

Color information

#310E0F (or 0x310E0F) is unknown color: approx Rustic Red. HEX triplet: 31, 0E and 0F. RGB value is (49,14,15). Sum of RGB (Red+Green+Blue) = 49+14+15=78 (10% of max value = 765). Red value is 49 (19.53% from 255 or 62.82% from 78); Green value is 14 (5.86% from 255 or 17.95% from 78); Blue value is 15 (6.25% from 255 or 19.23% from 78); Max value from RGB is 49 - color contains mainly: red. Hex color #310E0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310E0F is #CEF1F0. Grayscale: #181818. Windows color (decimal): -13562353 or 986673. OLE color: 986673.

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

Color convert

RGB491415-
CMYK00.710.690.81
HSL358.29º55.56%12.35%-
HSV(B)358.29º71.43%19.22%-
XYZ1.5110.57-
YUV24.58122.6145.42-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 62.82%
GREEN value IS 14 (5.86% from 255) = 17.95%
BLUE value IS 15 (6.25% from 255) = 19.23%
R=62.82%
G=17.95%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.69
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49141500.710.690.81358.2955.5612.35
Hex31EF047455116638c
Octal61161701071051215467014
Binary1100011110111101000111100010110100011011001101110001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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