#31181A

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

Shades of Rustic Red #31181A

Tints of Rustic Red #31181A

Color information

#31181A (or 0x31181A) is unknown color: approx Rustic Red. HEX triplet: 31, 18 and 1A. RGB value is (49,24,26). Sum of RGB (Red+Green+Blue) = 49+24+26=99 (13% of max value = 765). Red value is 49 (19.53% from 255 or 49.49% from 99); Green value is 24 (9.77% from 255 or 24.24% from 99); Blue value is 26 (10.55% from 255 or 26.26% from 99); Max value from RGB is 49 - color contains mainly: red. Hex color #31181A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31181A is #CEE7E5. Grayscale: #1F1F1F. Windows color (decimal): -13559782 or 1710129. OLE color: 1710129.

HSL color Cylindrical-coordinate representation of color #31181A: hue angle of 355.2º 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 #31181A is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.81.

Color convert

RGB492426-
CMYK00.510.470.81
HSL355.2º34.25%14.31%-
HSV(B)355.2º51.02%19.22%-
XYZ1.781.381.15-
YUV31.7124.78140.34-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 49.49%
GREEN value IS 24 (9.77% from 255) = 24.24%
BLUE value IS 26 (10.55% from 255) = 26.26%
R=49.49%
G=24.24%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.47
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49242600.510.470.81355.234.2514.31
Hex31181A0332F5116322e
Octal613032063571215434216
Binary1100011100011010011001110111110100011011000111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31181A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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