#31040E

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

Shades of Rustic Red #31040E

Tints of Rustic Red #31040E

Color information

#31040E (or 0x31040E) is unknown color: approx Rustic Red. HEX triplet: 31, 04 and 0E. RGB value is (49,4,14). Sum of RGB (Red+Green+Blue) = 49+4+14=67 (8% of max value = 765). Red value is 49 (19.53% from 255 or 73.13% from 67); Green value is 4 (1.95% from 255 or 5.97% from 67); Blue value is 14 (5.86% from 255 or 20.90% from 67); Max value from RGB is 49 - color contains mainly: red. Hex color #31040E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #31040E is #CEFBF1. Grayscale: #121212. Windows color (decimal): -13564914 or 918577. OLE color: 918577.

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

Color convert

RGB49414-
CMYK00.920.710.81
HSL346.67º84.91%10.39%-
HSV(B)346.67º91.84%19.22%-
XYZ1.390.770.49-
YUV18.6125.41149.69-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 73.13%
GREEN value IS 4 (1.95% from 255) = 5.97%
BLUE value IS 14 (5.86% from 255) = 20.90%
R=73.13%
G=5.97%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.71
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4941400.920.710.81346.6784.9110.39
Hex314E05C475115b55a
Octal61416013410712153312512
Binary1100011001110010111001000111101000110101101110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31040E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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