#310C0E

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

Shades of Rustic Red #310C0E

Tints of Rustic Red #310C0E

Color information

#310C0E (or 0x310C0E) is unknown color: approx Rustic Red. HEX triplet: 31, 0C and 0E. RGB value is (49,12,14). Sum of RGB (Red+Green+Blue) = 49+12+14=75 (9% of max value = 765). Red value is 49 (19.53% from 255 or 65.33% from 75); Green value is 12 (5.08% from 255 or 16% from 75); Blue value is 14 (5.86% from 255 or 18.67% from 75); Max value from RGB is 49 - color contains mainly: red. Hex color #310C0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310C0E is #CEF3F1. Grayscale: #171717. Windows color (decimal): -13562866 or 920625. OLE color: 920625.

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

Color convert

RGB491214-
CMYK00.760.710.81
HSL356.76º60.66%11.96%-
HSV(B)356.76º75.51%19.22%-
XYZ1.480.950.52-
YUV23.29122.76146.34-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 65.33%
GREEN value IS 12 (5.08% from 255) = 16%
BLUE value IS 14 (5.86% from 255) = 18.67%
R=65.33%
G=16%
B=18.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.71
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49121400.760.710.81356.7660.6611.96
Hex31CE04C47511653dc
Octal61141601141071215457514
Binary1100011100111001001100100011110100011011001011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310C0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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