#310011

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

Shades of Rustic Red #310011

Tints of Rustic Red #310011

Color information

#310011 (or 0x310011) is unknown color: approx Rustic Red. HEX triplet: 31, 00 and 11. RGB value is (49,0,17). Sum of RGB (Red+Green+Blue) = 49+0+17=66 (8% of max value = 765). Red value is 49 (19.53% from 255 or 74.24% from 66); Green value is 0 (0.39% from 255 or 0% from 66); Blue value is 17 (7.03% from 255 or 25.76% from 66); Max value from RGB is 49 - color contains mainly: red. Hex color #310011 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310011 is #CEFFEE. Grayscale: #101010. Windows color (decimal): -13565935 or 1114161. OLE color: 1114161.

HSL color Cylindrical-coordinate representation of color #310011: hue angle of 339.18º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #310011 is Cyan = 0, Magento = 1, Yellow = 0.65 and Black (K on CMYK) = 0.81.

Color convert

RGB49017-
CMYK010.650.81
HSL339.18º100%9.61%-
HSV(B)339.18º100%19.22%-
XYZ1.370.690.59-
YUV16.59128.23151.12-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 74.24%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 17 (7.03% from 255) = 25.76%
R=74.24%
G=0%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.65
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49017010.650.81339.181009.61
Hex31011064415115364a
Octal61021014410112152314412
Binary110001010001011001001000001101000110101001111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310011; }

 p { color: rgb(49,0,17); }

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

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

 a { background-color: rgb(49,0,17); }

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

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

 span { border-color: rgb(49,0,17); }

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