#31181C

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

Shades of Rustic Red #31181C

Tints of Rustic Red #31181C

Color information

#31181C (or 0x31181C) is unknown color: approx Rustic Red. HEX triplet: 31, 18 and 1C. RGB value is (49,24,28). Sum of RGB (Red+Green+Blue) = 49+24+28=101 (13% of max value = 765). Red value is 49 (19.53% from 255 or 48.51% from 101); Green value is 24 (9.77% from 255 or 23.76% from 101); Blue value is 28 (11.33% from 255 or 27.72% from 101); Max value from RGB is 49 - color contains mainly: red. Hex color #31181C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31181C is #CEE7E3. Grayscale: #1F1F1F. Windows color (decimal): -13559780 or 1841201. OLE color: 1841201.

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

Color convert

RGB492428-
CMYK00.510.430.81
HSL350.4º34.25%14.31%-
HSV(B)350.4º51.02%19.22%-
XYZ1.81.391.27-
YUV31.93125.78140.17-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 48.51%
GREEN value IS 24 (9.77% from 255) = 23.76%
BLUE value IS 28 (11.33% from 255) = 27.72%
R=48.51%
G=23.76%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.43
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49242800.510.430.81350.434.2514.31
Hex31181C0332B5115e22e
Octal613034063531215364216
Binary1100011100011100011001110101110100011010111101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31181C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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