#310D0F

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

Shades of Rustic Red #310D0F

Tints of Rustic Red #310D0F

Color information

#310D0F (or 0x310D0F) is unknown color: approx Rustic Red. HEX triplet: 31, 0D and 0F. RGB value is (49,13,15). Sum of RGB (Red+Green+Blue) = 49+13+15=77 (10% of max value = 765). Red value is 49 (19.53% from 255 or 63.64% from 77); Green value is 13 (5.47% from 255 or 16.88% from 77); Blue value is 15 (6.25% from 255 or 19.48% from 77); Max value from RGB is 49 - color contains mainly: red. Hex color #310D0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310D0F is #CEF2F0. Grayscale: #181818. Windows color (decimal): -13562609 or 986417. OLE color: 986417.

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

Color convert

RGB491315-
CMYK00.730.690.81
HSL356.67º58.06%12.16%-
HSV(B)356.67º73.47%19.22%-
XYZ1.50.980.56-
YUV23.99122.93145.84-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 63.64%
GREEN value IS 13 (5.47% from 255) = 16.88%
BLUE value IS 15 (6.25% from 255) = 19.48%
R=63.64%
G=16.88%
B=19.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.69
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49131500.730.690.81356.6758.0612.16
Hex31DF04945511653ac
Octal61151701111051215457214
Binary1100011101111101001001100010110100011011001011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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