#310B14

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

Shades of Rustic Red #310B14

Tints of Rustic Red #310B14

Color information

#310B14 (or 0x310B14) is unknown color: approx Rustic Red. HEX triplet: 31, 0B and 14. RGB value is (49,11,20). Sum of RGB (Red+Green+Blue) = 49+11+20=80 (10% of max value = 765). Red value is 49 (19.53% from 255 or 61.25% from 80); Green value is 11 (4.69% from 255 or 13.75% from 80); Blue value is 20 (8.20% from 255 or 25% from 80); Max value from RGB is 49 - color contains mainly: red. Hex color #310B14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310B14 is #CEF4EB. Grayscale: #171717. Windows color (decimal): -13563116 or 1313585. OLE color: 1313585.

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

Color convert

RGB491120-
CMYK00.780.590.81
HSL345.79º63.33%11.76%-
HSV(B)345.79º77.55%19.22%-
XYZ1.510.940.76-
YUV23.39126.09146.27-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 61.25%
GREEN value IS 11 (4.69% from 255) = 13.75%
BLUE value IS 20 (8.20% from 255) = 25%
R=61.25%
G=13.75%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.59
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49112000.780.590.81345.7963.3311.76
Hex31B1404E3B5115a3fc
Octal6113240116731215327714
Binary1100011011101000100111011101110100011010110101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,11,20); }

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

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

 a { background-color: rgb(49,11,20); }

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

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

 span { border-color: rgb(49,11,20); }

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