#31141C

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

Shades of Rustic Red #31141C

Tints of Rustic Red #31141C

Color information

#31141C (or 0x31141C) is unknown color: approx Rustic Red. HEX triplet: 31, 14 and 1C. RGB value is (49,20,28). Sum of RGB (Red+Green+Blue) = 49+20+28=97 (12% of max value = 765). Red value is 49 (19.53% from 255 or 50.52% from 97); Green value is 20 (8.20% from 255 or 20.62% from 97); Blue value is 28 (11.33% from 255 or 28.87% from 97); Max value from RGB is 49 - color contains mainly: red. Hex color #31141C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31141C is #CEEBE3. Grayscale: #1D1D1D. Windows color (decimal): -13560804 or 1840177. OLE color: 1840177.

HSL color Cylindrical-coordinate representation of color #31141C: hue angle of 343.45º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #31141C is Cyan = 0, Magento = 0.59, Yellow = 0.43 and Black (K on CMYK) = 0.81.

Color convert

RGB492028-
CMYK00.590.430.81
HSL343.45º42.03%13.53%-
HSV(B)343.45º59.18%19.22%-
XYZ1.731.241.25-
YUV29.58127.11141.85-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 50.52%
GREEN value IS 20 (8.20% from 255) = 20.62%
BLUE value IS 28 (11.33% from 255) = 28.87%
R=50.52%
G=20.62%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.43
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49202800.590.430.81343.4542.0313.53
Hex31141C03B2B511572ae
Octal612434073531215275216
Binary1100011010011100011101110101110100011010101111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31141C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31141C; }

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

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

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

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

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

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

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

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