#311213

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

Shades of Rustic Red #311213

Tints of Rustic Red #311213

Color information

#311213 (or 0x311213) is unknown color: approx Rustic Red. HEX triplet: 31, 12 and 13. RGB value is (49,18,19). Sum of RGB (Red+Green+Blue) = 49+18+19=86 (11% of max value = 765). Red value is 49 (19.53% from 255 or 56.98% from 86); Green value is 18 (7.42% from 255 or 20.93% from 86); Blue value is 19 (7.81% from 255 or 22.09% from 86); Max value from RGB is 49 - color contains mainly: red. Hex color #311213 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311213 is #CEEDEC. Grayscale: #1B1B1B. Windows color (decimal): -13561325 or 1249841. OLE color: 1249841.

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

Color convert

RGB491819-
CMYK00.630.610.81
HSL358.06º46.27%13.14%-
HSV(B)358.06º63.27%19.22%-
XYZ1.61.130.75-
YUV27.38123.27143.42-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 56.98%
GREEN value IS 18 (7.42% from 255) = 20.93%
BLUE value IS 19 (7.81% from 255) = 22.09%
R=56.98%
G=20.93%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.61
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49181900.630.610.81358.0646.2713.14
Hex31121303F3D511662ed
Octal612223077751215465615
Binary1100011001010011011111111110110100011011001101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311213; }

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

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

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

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

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

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

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

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