#31050E

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

Shades of Rustic Red #31050E

Tints of Rustic Red #31050E

Color information

#31050E (or 0x31050E) is unknown color: approx Rustic Red. HEX triplet: 31, 05 and 0E. RGB value is (49,5,14). Sum of RGB (Red+Green+Blue) = 49+5+14=68 (9% of max value = 765). Red value is 49 (19.53% from 255 or 72.06% from 68); Green value is 5 (2.34% from 255 or 7.35% from 68); Blue value is 14 (5.86% from 255 or 20.59% from 68); Max value from RGB is 49 - color contains mainly: red. Hex color #31050E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #31050E is #CEFAF1. Grayscale: #131313. Windows color (decimal): -13564658 or 918833. OLE color: 918833.

HSL color Cylindrical-coordinate representation of color #31050E: hue angle of 347.73º degrees, saturation: 0.81, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #31050E is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.81.

Color convert

RGB49514-
CMYK00.900.710.81
HSL347.73º81.48%10.59%-
HSV(B)347.73º89.8%19.22%-
XYZ1.40.790.49-
YUV19.18125.08149.27-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 72.06%
GREEN value IS 5 (2.34% from 255) = 7.35%
BLUE value IS 14 (5.86% from 255) = 20.59%
R=72.06%
G=7.35%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.71
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4951400.900.710.81347.7381.4810.59
Hex315E05A475115c51b
Octal61516013210712153412113
Binary1100011011110010110101000111101000110101110010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31050E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31050E; }

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

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

<style>
 a { background-color: #31050E; }

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

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

<style>
 span { border-color: #31050E; }

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

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