#31151A

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

Shades of Rustic Red #31151A

Tints of Rustic Red #31151A

Color information

#31151A (or 0x31151A) is unknown color: approx Rustic Red. HEX triplet: 31, 15 and 1A. RGB value is (49,21,26). Sum of RGB (Red+Green+Blue) = 49+21+26=96 (12% of max value = 765). Red value is 49 (19.53% from 255 or 51.04% from 96); Green value is 21 (8.59% from 255 or 21.88% from 96); Blue value is 26 (10.55% from 255 or 27.08% from 96); Max value from RGB is 49 - color contains mainly: red. Hex color #31151A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31151A is #CEEAE5. Grayscale: #1D1D1D. Windows color (decimal): -13560550 or 1709361. OLE color: 1709361.

HSL color Cylindrical-coordinate representation of color #31151A: hue angle of 349.29º degrees, saturation: 0.4, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #31151A is Cyan = 0, Magento = 0.57, Yellow = 0.47 and Black (K on CMYK) = 0.81.

Color convert

RGB492126-
CMYK00.570.470.81
HSL349.29º40%13.73%-
HSV(B)349.29º57.14%19.22%-
XYZ1.721.261.13-
YUV29.94125.78141.59-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 51.04%
GREEN value IS 21 (8.59% from 255) = 21.88%
BLUE value IS 26 (10.55% from 255) = 27.08%
R=51.04%
G=21.88%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.47
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49212600.570.470.81349.294013.73
Hex31151A0392F5115d28e
Octal612532071571215355016
Binary1100011010111010011100110111110100011010111011010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31151A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31151A; }

 p { color: rgb(49,21,26); }

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

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

 a { background-color: rgb(49,21,26); }

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

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

 span { border-color: rgb(49,21,26); }

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