#31050C

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

Shades of Rustic Red #31050C

Tints of Rustic Red #31050C

Color information

#31050C (or 0x31050C) is unknown color: approx Rustic Red. HEX triplet: 31, 05 and 0C. RGB value is (49,5,12). Sum of RGB (Red+Green+Blue) = 49+5+12=66 (8% of max value = 765). Red value is 49 (19.53% from 255 or 74.24% from 66); Green value is 5 (2.34% from 255 or 7.58% from 66); Blue value is 12 (5.08% from 255 or 18.18% from 66); Max value from RGB is 49 - color contains mainly: red. Hex color #31050C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #31050C is #CEFAF3. Grayscale: #121212. Windows color (decimal): -13564660 or 787761. OLE color: 787761.

HSL color Cylindrical-coordinate representation of color #31050C: hue angle of 350.45º degrees, saturation: 0.81, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #31050C is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.81.

Color convert

RGB49512-
CMYK00.900.760.81
HSL350.45º81.48%10.59%-
HSV(B)350.45º89.8%19.22%-
XYZ1.390.790.43-
YUV18.95124.08149.43-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 74.24%
GREEN value IS 5 (2.34% from 255) = 7.58%
BLUE value IS 12 (5.08% from 255) = 18.18%
R=74.24%
G=7.58%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.76
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4951200.900.760.81350.4581.4810.59
Hex315C05A4C5115e51b
Octal61514013211412153612113
Binary1100011011100010110101001100101000110101111010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31050C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,5,12); }

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

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

 a { background-color: rgb(49,5,12); }

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

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

 span { border-color: rgb(49,5,12); }

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