#31030C

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

Shades of Rustic Red #31030C

Tints of Rustic Red #31030C

Color information

#31030C (or 0x31030C) is unknown color: approx Rustic Red. HEX triplet: 31, 03 and 0C. RGB value is (49,3,12). Sum of RGB (Red+Green+Blue) = 49+3+12=64 (8% of max value = 765). Red value is 49 (19.53% from 255 or 76.56% from 64); Green value is 3 (1.56% from 255 or 4.69% from 64); Blue value is 12 (5.08% from 255 or 18.75% from 64); Max value from RGB is 49 - color contains mainly: red. Hex color #31030C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #31030C is #CEFCF3. Grayscale: #111111. Windows color (decimal): -13565172 or 787249. OLE color: 787249.

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

Color convert

RGB49312-
CMYK00.940.760.81
HSL348.26º88.46%10.2%-
HSV(B)348.26º93.88%19.22%-
XYZ1.370.740.42-
YUV17.78124.74150.27-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 76.56%
GREEN value IS 3 (1.56% from 255) = 4.69%
BLUE value IS 12 (5.08% from 255) = 18.75%
R=76.56%
G=4.69%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.76
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4931200.940.760.81348.2688.4610.2
Hex313C05E4C5115c58a
Octal61314013611412153413012
Binary110001111100010111101001100101000110101110010110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31030C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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