#310E15

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

Shades of Rustic Red #310E15

Tints of Rustic Red #310E15

Color information

#310E15 (or 0x310E15) is unknown color: approx Rustic Red. HEX triplet: 31, 0E and 15. RGB value is (49,14,21). Sum of RGB (Red+Green+Blue) = 49+14+21=84 (11% of max value = 765). Red value is 49 (19.53% from 255 or 58.33% from 84); Green value is 14 (5.86% from 255 or 16.67% from 84); Blue value is 21 (8.59% from 255 or 25% from 84); Max value from RGB is 49 - color contains mainly: red. Hex color #310E15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310E15 is #CEF1EA. Grayscale: #191919. Windows color (decimal): -13562347 or 1379889. OLE color: 1379889.

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

Color convert

RGB491421-
CMYK00.710.570.81
HSL348º55.56%12.35%-
HSV(B)348º71.43%19.22%-
XYZ1.561.020.82-
YUV25.26125.6144.93-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 58.33%
GREEN value IS 14 (5.86% from 255) = 16.67%
BLUE value IS 21 (8.59% from 255) = 25%
R=58.33%
G=16.67%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.57
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49142100.710.570.8134855.5612.35
Hex31E15047395115c38c
Octal6116250107711215347014
Binary1100011110101010100011111100110100011010111001110001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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