#310B10

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

Shades of Rustic Red #310B10

Tints of Rustic Red #310B10

Color information

#310B10 (or 0x310B10) is unknown color: approx Rustic Red. HEX triplet: 31, 0B and 10. RGB value is (49,11,16). Sum of RGB (Red+Green+Blue) = 49+11+16=76 (10% of max value = 765). Red value is 49 (19.53% from 255 or 64.47% from 76); Green value is 11 (4.69% from 255 or 14.47% from 76); Blue value is 16 (6.64% from 255 or 21.05% from 76); Max value from RGB is 49 - color contains mainly: red. Hex color #310B10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310B10 is #CEF4EF. Grayscale: #161616. Windows color (decimal): -13563120 or 1051441. OLE color: 1051441.

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

Color convert

RGB491116-
CMYK00.780.670.81
HSL352.11º63.33%11.76%-
HSV(B)352.11º77.55%19.22%-
XYZ1.480.930.59-
YUV22.93124.09146.59-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 64.47%
GREEN value IS 11 (4.69% from 255) = 14.47%
BLUE value IS 16 (6.64% from 255) = 21.05%
R=64.47%
G=14.47%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.67
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49111600.780.670.81352.1163.3311.76
Hex31B1004E43511603fc
Octal61132001161031215407714
Binary11000110111000001001110100001110100011011000001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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