#310912

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

Shades of Rustic Red #310912

Tints of Rustic Red #310912

Color information

#310912 (or 0x310912) is unknown color: approx Rustic Red. HEX triplet: 31, 09 and 12. RGB value is (49,9,18). Sum of RGB (Red+Green+Blue) = 49+9+18=76 (10% of max value = 765). Red value is 49 (19.53% from 255 or 64.47% from 76); Green value is 9 (3.91% from 255 or 11.84% from 76); Blue value is 18 (7.42% from 255 or 23.68% from 76); Max value from RGB is 49 - color contains mainly: red. Hex color #310912 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310912 is #CEF6ED. Grayscale: #151515. Windows color (decimal): -13563630 or 1182001. OLE color: 1182001.

HSL color Cylindrical-coordinate representation of color #310912: hue angle of 346.5º degrees, saturation: 0.69, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #310912 is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.81.

Color convert

RGB49918-
CMYK00.820.630.81
HSL346.5º68.97%11.37%-
HSV(B)346.5º81.63%19.22%-
XYZ1.470.890.67-
YUV21.99125.75147.27-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 64.47%
GREEN value IS 9 (3.91% from 255) = 11.84%
BLUE value IS 18 (7.42% from 255) = 23.68%
R=64.47%
G=11.84%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.63
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4991800.820.630.81346.568.9711.37
Hex319120523F5115a45b
Octal61112201227712153210513
Binary11000110011001001010010111111101000110101101010001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310912; }

 p { color: rgb(49,9,18); }

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

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

 a { background-color: rgb(49,9,18); }

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

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

 span { border-color: rgb(49,9,18); }

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