#31060E

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

Shades of Rustic Red #31060E

Tints of Rustic Red #31060E

Color information

#31060E (or 0x31060E) is unknown color: approx Rustic Red. HEX triplet: 31, 06 and 0E. RGB value is (49,6,14). Sum of RGB (Red+Green+Blue) = 49+6+14=69 (9% of max value = 765). Red value is 49 (19.53% from 255 or 71.01% from 69); Green value is 6 (2.73% from 255 or 8.70% from 69); Blue value is 14 (5.86% from 255 or 20.29% from 69); Max value from RGB is 49 - color contains mainly: red. Hex color #31060E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #31060E is #CEF9F1. Grayscale: #131313. Windows color (decimal): -13564402 or 919089. OLE color: 919089.

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

Color convert

RGB49614-
CMYK00.880.710.81
HSL348.84º78.18%10.78%-
HSV(B)348.84º87.76%19.22%-
XYZ1.410.810.5-
YUV19.77124.75148.85-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 71.01%
GREEN value IS 6 (2.73% from 255) = 8.70%
BLUE value IS 14 (5.86% from 255) = 20.29%
R=71.01%
G=8.70%
B=20.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.71
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4961400.880.710.81348.8478.1810.78
Hex316E058475115d4eb
Octal61616013010712153511613
Binary1100011101110010110001000111101000110101110110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31060E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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