#311318

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

Shades of Rustic Red #311318

Tints of Rustic Red #311318

Color information

#311318 (or 0x311318) is unknown color: approx Rustic Red. HEX triplet: 31, 13 and 18. RGB value is (49,19,24). Sum of RGB (Red+Green+Blue) = 49+19+24=92 (12% of max value = 765). Red value is 49 (19.53% from 255 or 53.26% from 92); Green value is 19 (7.81% from 255 or 20.65% from 92); Blue value is 24 (9.77% from 255 or 26.09% from 92); Max value from RGB is 49 - color contains mainly: red. Hex color #311318 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311318 is #CEECE7. Grayscale: #1C1C1C. Windows color (decimal): -13561064 or 1577777. OLE color: 1577777.

HSL color Cylindrical-coordinate representation of color #311318: hue angle of 350º 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 #311318 is Cyan = 0, Magento = 0.61, Yellow = 0.51 and Black (K on CMYK) = 0.81.

Color convert

RGB491924-
CMYK00.610.510.81
HSL350º44.12%13.33%-
HSV(B)350º61.22%19.22%-
XYZ1.661.181.01-
YUV28.54125.44142.59-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 53.26%
GREEN value IS 19 (7.81% from 255) = 20.65%
BLUE value IS 24 (9.77% from 255) = 26.09%
R=53.26%
G=20.65%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.51
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49192400.610.510.8135044.1213.33
Hex31131803D335115e2cd
Octal612330075631215365415
Binary1100011001111000011110111001110100011010111101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311318; }

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

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

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

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

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

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

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

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