#310F15

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

Shades of Rustic Red #310F15

Tints of Rustic Red #310F15

Color information

#310F15 (or 0x310F15) is unknown color: approx Rustic Red. HEX triplet: 31, 0F and 15. RGB value is (49,15,21). Sum of RGB (Red+Green+Blue) = 49+15+21=85 (11% of max value = 765). Red value is 49 (19.53% from 255 or 57.65% from 85); Green value is 15 (6.25% from 255 or 17.65% from 85); Blue value is 21 (8.59% from 255 or 24.71% from 85); Max value from RGB is 49 - color contains mainly: red. Hex color #310F15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310F15 is #CEF0EA. Grayscale: #191919. Windows color (decimal): -13562091 or 1380145. OLE color: 1380145.

HSL color Cylindrical-coordinate representation of color #310F15: hue angle of 349.41º degrees, saturation: 0.53, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #310F15 is Cyan = 0, Magento = 0.69, Yellow = 0.57 and Black (K on CMYK) = 0.81.

Color convert

RGB491521-
CMYK00.690.570.81
HSL349.41º53.12%12.55%-
HSV(B)349.41º69.39%19.22%-
XYZ1.571.050.83-
YUV25.85125.26144.51-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 57.65%
GREEN value IS 15 (6.25% from 255) = 17.65%
BLUE value IS 21 (8.59% from 255) = 24.71%
R=57.65%
G=17.65%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.57
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49152100.690.570.81349.4153.1212.55
Hex31F15045395115d35d
Octal6117250105711215356515
Binary1100011111101010100010111100110100011010111011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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