#310413

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

Shades of Rustic Red #310413

Tints of Rustic Red #310413

Color information

#310413 (or 0x310413) is unknown color: approx Rustic Red. HEX triplet: 31, 04 and 13. RGB value is (49,4,19). Sum of RGB (Red+Green+Blue) = 49+4+19=72 (9% of max value = 765). Red value is 49 (19.53% from 255 or 68.06% from 72); Green value is 4 (1.95% from 255 or 5.56% from 72); Blue value is 19 (7.81% from 255 or 26.39% from 72); Max value from RGB is 49 - color contains mainly: red. Hex color #310413 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310413 is #CEFBEC. Grayscale: #131313. Windows color (decimal): -13564909 or 1246257. OLE color: 1246257.

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

Color convert

RGB49419-
CMYK00.920.610.81
HSL340º84.91%10.39%-
HSV(B)340º91.84%19.22%-
XYZ1.430.790.69-
YUV19.16127.91149.28-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 68.06%
GREEN value IS 4 (1.95% from 255) = 5.56%
BLUE value IS 19 (7.81% from 255) = 26.39%
R=68.06%
G=5.56%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.61
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4941900.920.610.8134084.9110.39
Hex3141305C3D5115455a
Octal6142301347512152412512
Binary1100011001001101011100111101101000110101010010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310413; }

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

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

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

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

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

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

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

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