#310C13

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

Shades of Rustic Red #310C13

Tints of Rustic Red #310C13

Color information

#310C13 (or 0x310C13) is unknown color: approx Rustic Red. HEX triplet: 31, 0C and 13. RGB value is (49,12,19). Sum of RGB (Red+Green+Blue) = 49+12+19=80 (10% of max value = 765). Red value is 49 (19.53% from 255 or 61.25% from 80); Green value is 12 (5.08% from 255 or 15% from 80); Blue value is 19 (7.81% from 255 or 23.75% from 80); Max value from RGB is 49 - color contains mainly: red. Hex color #310C13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310C13 is #CEF3EC. Grayscale: #171717. Windows color (decimal): -13562861 or 1248305. OLE color: 1248305.

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

Color convert

RGB491219-
CMYK00.760.610.81
HSL348.65º60.66%11.96%-
HSV(B)348.65º75.51%19.22%-
XYZ1.520.960.72-
YUV23.86125.26145.93-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 61.25%
GREEN value IS 12 (5.08% from 255) = 15%
BLUE value IS 19 (7.81% from 255) = 23.75%
R=61.25%
G=15%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.61
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49121900.760.610.81348.6560.6611.96
Hex31C1304C3D5115d3dc
Octal6114230114751215357514
Binary1100011100100110100110011110110100011010111011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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