#311019

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

Shades of Rustic Red #311019

Tints of Rustic Red #311019

Color information

#311019 (or 0x311019) is unknown color: approx Rustic Red. HEX triplet: 31, 10 and 19. RGB value is (49,16,25). Sum of RGB (Red+Green+Blue) = 49+16+25=90 (11% of max value = 765). Red value is 49 (19.53% from 255 or 54.44% from 90); Green value is 16 (6.64% from 255 or 17.78% from 90); Blue value is 25 (10.16% from 255 or 27.78% from 90); Max value from RGB is 49 - color contains mainly: red. Hex color #311019 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311019 is #CEEFE6. Grayscale: #1A1A1A. Windows color (decimal): -13561831 or 1642545. OLE color: 1642545.

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

Color convert

RGB491625-
CMYK00.670.490.81
HSL343.64º50.77%12.75%-
HSV(B)343.64º67.35%19.22%-
XYZ1.631.091.05-
YUV26.89126.93143.77-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 54.44%
GREEN value IS 16 (6.64% from 255) = 17.78%
BLUE value IS 25 (10.16% from 255) = 27.78%
R=54.44%
G=17.78%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.49
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49162500.670.490.81343.6450.7712.75
Hex311019043315115833d
Octal6120310103611215306315
Binary11000110000110010100001111000110100011010110001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311019; }

 p { color: rgb(49,16,25); }

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

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

 a { background-color: rgb(49,16,25); }

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

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

 span { border-color: rgb(49,16,25); }

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