#311315

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

Shades of Rustic Red #311315

Tints of Rustic Red #311315

Color information

#311315 (or 0x311315) is unknown color: approx Rustic Red. HEX triplet: 31, 13 and 15. RGB value is (49,19,21). Sum of RGB (Red+Green+Blue) = 49+19+21=89 (11% of max value = 765). Red value is 49 (19.53% from 255 or 55.06% from 89); Green value is 19 (7.81% from 255 or 21.35% from 89); Blue value is 21 (8.59% from 255 or 23.60% from 89); Max value from RGB is 49 - color contains mainly: red. Hex color #311315 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311315 is #CEECEA. Grayscale: #1C1C1C. Windows color (decimal): -13561067 or 1381169. OLE color: 1381169.

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

Color convert

RGB491921-
CMYK00.610.570.81
HSL356º44.12%13.33%-
HSV(B)356º61.22%19.22%-
XYZ1.631.170.85-
YUV28.2123.94142.84-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 55.06%
GREEN value IS 19 (7.81% from 255) = 21.35%
BLUE value IS 21 (8.59% from 255) = 23.60%
R=55.06%
G=21.35%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.57
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49192100.610.570.8135644.1213.33
Hex31131503D39511642cd
Octal612325075711215445415
Binary1100011001110101011110111100110100011011001001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311315; }

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

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

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

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

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

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

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

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