#310B13

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

Shades of Rustic Red #310B13

Tints of Rustic Red #310B13

Color information

#310B13 (or 0x310B13) is unknown color: approx Rustic Red. HEX triplet: 31, 0B and 13. RGB value is (49,11,19). Sum of RGB (Red+Green+Blue) = 49+11+19=79 (10% of max value = 765). Red value is 49 (19.53% from 255 or 62.03% from 79); Green value is 11 (4.69% from 255 or 13.92% from 79); Blue value is 19 (7.81% from 255 or 24.05% from 79); Max value from RGB is 49 - color contains mainly: red. Hex color #310B13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310B13 is #CEF4EC. Grayscale: #171717. Windows color (decimal): -13563117 or 1248049. OLE color: 1248049.

HSL color Cylindrical-coordinate representation of color #310B13: hue angle of 347.37º 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 #310B13 is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.81.

Color convert

RGB491119-
CMYK00.780.610.81
HSL347.37º63.33%11.76%-
HSV(B)347.37º77.55%19.22%-
XYZ1.50.940.72-
YUV23.27125.59146.35-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 62.03%
GREEN value IS 11 (4.69% from 255) = 13.92%
BLUE value IS 19 (7.81% from 255) = 24.05%
R=62.03%
G=13.92%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.61
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49111900.780.610.81347.3763.3311.76
Hex31B1304E3D5115b3fc
Octal6113230116751215337714
Binary1100011011100110100111011110110100011010110111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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