#31040C

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

Shades of Rustic Red #31040C

Tints of Rustic Red #31040C

Color information

#31040C (or 0x31040C) is unknown color: approx Rustic Red. HEX triplet: 31, 04 and 0C. RGB value is (49,4,12). Sum of RGB (Red+Green+Blue) = 49+4+12=65 (8% of max value = 765). Red value is 49 (19.53% from 255 or 75.38% from 65); Green value is 4 (1.95% from 255 or 6.15% from 65); Blue value is 12 (5.08% from 255 or 18.46% from 65); Max value from RGB is 49 - color contains mainly: red. Hex color #31040C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #31040C is #CEFBF3. Grayscale: #121212. Windows color (decimal): -13564916 or 787505. OLE color: 787505.

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

Color convert

RGB49412-
CMYK00.920.760.81
HSL349.33º84.91%10.39%-
HSV(B)349.33º91.84%19.22%-
XYZ1.380.770.42-
YUV18.37124.41149.85-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 75.38%
GREEN value IS 4 (1.95% from 255) = 6.15%
BLUE value IS 12 (5.08% from 255) = 18.46%
R=75.38%
G=6.15%
B=18.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.76
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4941200.920.760.81349.3384.9110.39
Hex314C05C4C5115d55a
Octal61414013411412153512512
Binary1100011001100010111001001100101000110101110110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31040C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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