#311618

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

Shades of Rustic Red #311618

Tints of Rustic Red #311618

Color information

#311618 (or 0x311618) is unknown color: approx Rustic Red. HEX triplet: 31, 16 and 18. RGB value is (49,22,24). Sum of RGB (Red+Green+Blue) = 49+22+24=95 (12% of max value = 765). Red value is 49 (19.53% from 255 or 51.58% from 95); Green value is 22 (8.98% from 255 or 23.16% from 95); Blue value is 24 (9.77% from 255 or 25.26% from 95); Max value from RGB is 49 - color contains mainly: red. Hex color #311618 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311618 is #CEE9E7. Grayscale: #1E1E1E. Windows color (decimal): -13560296 or 1578545. OLE color: 1578545.

HSL color Cylindrical-coordinate representation of color #311618: hue angle of 355.56º degrees, saturation: 0.38, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #311618 is Cyan = 0, Magento = 0.55, Yellow = 0.51 and Black (K on CMYK) = 0.81.

Color convert

RGB492224-
CMYK00.550.510.81
HSL355.56º38.03%13.92%-
HSV(B)355.56º55.1%19.22%-
XYZ1.721.291.02-
YUV30.3124.45141.34-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 51.58%
GREEN value IS 22 (8.98% from 255) = 23.16%
BLUE value IS 24 (9.77% from 255) = 25.26%
R=51.58%
G=23.16%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.51
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49222400.550.510.81355.5638.0313.92
Hex311618037335116426e
Octal612630067631215444616
Binary1100011011011000011011111001110100011011001001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311618; }

 p { color: rgb(49,22,24); }

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

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

 a { background-color: rgb(49,22,24); }

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

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

 span { border-color: rgb(49,22,24); }

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