#311314

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

Shades of Rustic Red #311314

Tints of Rustic Red #311314

Color information

#311314 (or 0x311314) is unknown color: approx Rustic Red. HEX triplet: 31, 13 and 14. RGB value is (49,19,20). Sum of RGB (Red+Green+Blue) = 49+19+20=88 (11% of max value = 765). Red value is 49 (19.53% from 255 or 55.68% from 88); Green value is 19 (7.81% from 255 or 21.59% from 88); Blue value is 20 (8.20% from 255 or 22.73% from 88); Max value from RGB is 49 - color contains mainly: red. Hex color #311314 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311314 is #CEECEB. Grayscale: #1C1C1C. Windows color (decimal): -13561068 or 1315633. OLE color: 1315633.

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

Color convert

RGB491920-
CMYK00.610.590.81
HSL358º44.12%13.33%-
HSV(B)358º61.22%19.22%-
XYZ1.631.170.8-
YUV28.08123.44142.92-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 55.68%
GREEN value IS 19 (7.81% from 255) = 21.59%
BLUE value IS 20 (8.20% from 255) = 22.73%
R=55.68%
G=21.59%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.59
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49192000.610.590.8135844.1213.33
Hex31131403D3B511662cd
Octal612324075731215465415
Binary1100011001110100011110111101110100011011001101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311314; }

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

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

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

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

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

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

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

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