#310A10

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

Shades of Rustic Red #310A10

Tints of Rustic Red #310A10

Color information

#310A10 (or 0x310A10) is unknown color: approx Rustic Red. HEX triplet: 31, 0A and 10. RGB value is (49,10,16). Sum of RGB (Red+Green+Blue) = 49+10+16=75 (9% of max value = 765). Red value is 49 (19.53% from 255 or 65.33% from 75); Green value is 10 (4.30% from 255 or 13.33% from 75); Blue value is 16 (6.64% from 255 or 21.33% from 75); Max value from RGB is 49 - color contains mainly: red. Hex color #310A10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310A10 is #CEF5EF. Grayscale: #161616. Windows color (decimal): -13563376 or 1051185. OLE color: 1051185.

HSL color Cylindrical-coordinate representation of color #310A10: hue angle of 350.77º degrees, saturation: 0.66, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #310A10 is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.81.

Color convert

RGB491016-
CMYK00.800.670.81
HSL350.77º66.1%11.57%-
HSV(B)350.77º79.59%19.22%-
XYZ1.470.910.59-
YUV22.35124.42147.01-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 65.33%
GREEN value IS 10 (4.30% from 255) = 13.33%
BLUE value IS 16 (6.64% from 255) = 21.33%
R=65.33%
G=13.33%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.67
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49101600.800.670.81350.7766.111.57
Hex31A10050435115f42c
Octal611220012010312153710214
Binary110001101010000010100001000011101000110101111110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310A10; }

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

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

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

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

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

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

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

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