#310414

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

Shades of Rustic Red #310414

Tints of Rustic Red #310414

Color information

#310414 (or 0x310414) is unknown color: approx Rustic Red. HEX triplet: 31, 04 and 14. RGB value is (49,4,20). Sum of RGB (Red+Green+Blue) = 49+4+20=73 (9% of max value = 765). Red value is 49 (19.53% from 255 or 67.12% from 73); Green value is 4 (1.95% from 255 or 5.48% from 73); Blue value is 20 (8.20% from 255 or 27.40% from 73); Max value from RGB is 49 - color contains mainly: red. Hex color #310414 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310414 is #CEFBEB. Grayscale: #131313. Windows color (decimal): -13564908 or 1311793. OLE color: 1311793.

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

Color convert

RGB49420-
CMYK00.920.590.81
HSL338.67º84.91%10.39%-
HSV(B)338.67º91.84%19.22%-
XYZ1.440.790.74-
YUV19.28128.41149.2-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 67.12%
GREEN value IS 4 (1.95% from 255) = 5.48%
BLUE value IS 20 (8.20% from 255) = 27.40%
R=67.12%
G=5.48%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.59
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4942000.920.590.81338.6784.9110.39
Hex3141405C3B5115355a
Octal6142401347312152312512
Binary1100011001010001011100111011101000110101001110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310414; }

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

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

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

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

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

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

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

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