#31030E

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

Shades of Rustic Red #31030E

Tints of Rustic Red #31030E

Color information

#31030E (or 0x31030E) is unknown color: approx Rustic Red. HEX triplet: 31, 03 and 0E. RGB value is (49,3,14). Sum of RGB (Red+Green+Blue) = 49+3+14=66 (8% of max value = 765). Red value is 49 (19.53% from 255 or 74.24% from 66); Green value is 3 (1.56% from 255 or 4.55% from 66); Blue value is 14 (5.86% from 255 or 21.21% from 66); Max value from RGB is 49 - color contains mainly: red. Hex color #31030E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #31030E is #CEFCF1. Grayscale: #121212. Windows color (decimal): -13565170 or 918321. OLE color: 918321.

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

Color convert

RGB49314-
CMYK00.940.710.81
HSL345.65º88.46%10.2%-
HSV(B)345.65º93.88%19.22%-
XYZ1.380.750.49-
YUV18.01125.74150.11-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 74.24%
GREEN value IS 3 (1.56% from 255) = 4.55%
BLUE value IS 14 (5.86% from 255) = 21.21%
R=74.24%
G=4.55%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.71
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4931400.940.710.81345.6588.4610.2
Hex313E05E475115a58a
Octal61316013610712153213012
Binary110001111110010111101000111101000110101101010110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31030E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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