#31070E

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

Shades of Rustic Red #31070E

Tints of Rustic Red #31070E

Color information

#31070E (or 0x31070E) is unknown color: approx Rustic Red. HEX triplet: 31, 07 and 0E. RGB value is (49,7,14). Sum of RGB (Red+Green+Blue) = 49+7+14=70 (9% of max value = 765). Red value is 49 (19.53% from 255 or 70% from 70); Green value is 7 (3.12% from 255 or 10% from 70); Blue value is 14 (5.86% from 255 or 20% from 70); Max value from RGB is 49 - color contains mainly: red. Hex color #31070E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #31070E is #CEF8F1. Grayscale: #141414. Windows color (decimal): -13564146 or 919345. OLE color: 919345.

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

Color convert

RGB49714-
CMYK00.860.710.81
HSL350º75%10.98%-
HSV(B)350º85.71%19.22%-
XYZ1.420.840.5-
YUV20.36124.41148.43-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 70%
GREEN value IS 7 (3.12% from 255) = 10%
BLUE value IS 14 (5.86% from 255) = 20%
R=70%
G=10%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.71
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4971400.860.710.813507510.98
Hex317E056475115e4bb
Octal61716012610712153611313
Binary1100011111110010101101000111101000110101111010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31070E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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