#310410

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

Shades of Rustic Red #310410

Tints of Rustic Red #310410

Color information

#310410 (or 0x310410) is unknown color: approx Rustic Red. HEX triplet: 31, 04 and 10. RGB value is (49,4,16). Sum of RGB (Red+Green+Blue) = 49+4+16=69 (9% of max value = 765). Red value is 49 (19.53% from 255 or 71.01% from 69); Green value is 4 (1.95% from 255 or 5.80% from 69); Blue value is 16 (6.64% from 255 or 23.19% from 69); Max value from RGB is 49 - color contains mainly: red. Hex color #310410 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310410 is #CEFBEF. Grayscale: #121212. Windows color (decimal): -13564912 or 1049649. OLE color: 1049649.

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

Color convert

RGB49416-
CMYK00.920.670.81
HSL344º84.91%10.39%-
HSV(B)344º91.84%19.22%-
XYZ1.40.780.57-
YUV18.82126.41149.52-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 71.01%
GREEN value IS 4 (1.95% from 255) = 5.80%
BLUE value IS 16 (6.64% from 255) = 23.19%
R=71.01%
G=5.80%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.67
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4941600.920.670.8134484.9110.39
Hex3141005C435115855a
Octal61420013410312153012512
Binary11000110010000010111001000011101000110101100010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310410; }

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

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

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

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

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

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

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

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