#310514

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

Shades of Rustic Red #310514

Tints of Rustic Red #310514

Color information

#310514 (or 0x310514) is unknown color: approx Rustic Red. HEX triplet: 31, 05 and 14. RGB value is (49,5,20). Sum of RGB (Red+Green+Blue) = 49+5+20=74 (9% of max value = 765). Red value is 49 (19.53% from 255 or 66.22% from 74); Green value is 5 (2.34% from 255 or 6.76% from 74); Blue value is 20 (8.20% from 255 or 27.03% from 74); Max value from RGB is 49 - color contains mainly: red. Hex color #310514 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310514 is #CEFAEB. Grayscale: #131313. Windows color (decimal): -13564652 or 1312049. OLE color: 1312049.

HSL color Cylindrical-coordinate representation of color #310514: hue angle of 339.55º degrees, saturation: 0.81, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #310514 is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.81.

Color convert

RGB49520-
CMYK00.900.590.81
HSL339.55º81.48%10.59%-
HSV(B)339.55º89.8%19.22%-
XYZ1.450.810.74-
YUV19.87128.08148.78-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 66.22%
GREEN value IS 5 (2.34% from 255) = 6.76%
BLUE value IS 20 (8.20% from 255) = 27.03%
R=66.22%
G=6.76%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.59
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4952000.900.590.81339.5581.4810.59
Hex3151405A3B5115451b
Octal6152401327312152412113
Binary1100011011010001011010111011101000110101010010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310514; }

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

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

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

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

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

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

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

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