#31040D

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

Shades of Rustic Red #31040D

Tints of Rustic Red #31040D

Color information

#31040D (or 0x31040D) is unknown color: approx Rustic Red. HEX triplet: 31, 04 and 0D. RGB value is (49,4,13). Sum of RGB (Red+Green+Blue) = 49+4+13=66 (8% of max value = 765). Red value is 49 (19.53% from 255 or 74.24% from 66); Green value is 4 (1.95% from 255 or 6.06% from 66); Blue value is 13 (5.47% from 255 or 19.70% from 66); Max value from RGB is 49 - color contains mainly: red. Hex color #31040D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #31040D is #CEFBF2. Grayscale: #121212. Windows color (decimal): -13564915 or 853041. OLE color: 853041.

HSL color Cylindrical-coordinate representation of color #31040D: hue angle of 348º 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 #31040D is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.81.

Color convert

RGB49413-
CMYK00.920.730.81
HSL348º84.91%10.39%-
HSV(B)348º91.84%19.22%-
XYZ1.380.770.46-
YUV18.48124.91149.77-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 74.24%
GREEN value IS 4 (1.95% from 255) = 6.06%
BLUE value IS 13 (5.47% from 255) = 19.70%
R=74.24%
G=6.06%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.73
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4941300.920.730.8134884.9110.39
Hex314D05C495115c55a
Octal61415013411112153412512
Binary1100011001101010111001001001101000110101110010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31040D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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