#310C0D

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

Shades of Rustic Red #310C0D

Tints of Rustic Red #310C0D

Color information

#310C0D (or 0x310C0D) is unknown color: approx Rustic Red. HEX triplet: 31, 0C and 0D. RGB value is (49,12,13). Sum of RGB (Red+Green+Blue) = 49+12+13=74 (9% of max value = 765). Red value is 49 (19.53% from 255 or 66.22% from 74); Green value is 12 (5.08% from 255 or 16.22% from 74); Blue value is 13 (5.47% from 255 or 17.57% from 74); Max value from RGB is 49 - color contains mainly: red. Hex color #310C0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310C0D is #CEF3F2. Grayscale: #171717. Windows color (decimal): -13562867 or 855089. OLE color: 855089.

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

Color convert

RGB491213-
CMYK00.760.730.81
HSL358.38º60.66%11.96%-
HSV(B)358.38º75.51%19.22%-
XYZ1.470.940.49-
YUV23.18122.26146.42-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 66.22%
GREEN value IS 12 (5.08% from 255) = 16.22%
BLUE value IS 13 (5.47% from 255) = 17.57%
R=66.22%
G=16.22%
B=17.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.73
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49121300.760.730.81358.3860.6611.96
Hex31CD04C49511663dc
Octal61141501141111215467514
Binary1100011100110101001100100100110100011011001101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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