#310B0D

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

Shades of Rustic Red #310B0D

Tints of Rustic Red #310B0D

Color information

#310B0D (or 0x310B0D) is unknown color: approx Rustic Red. HEX triplet: 31, 0B and 0D. RGB value is (49,11,13). Sum of RGB (Red+Green+Blue) = 49+11+13=73 (9% of max value = 765). Red value is 49 (19.53% from 255 or 67.12% from 73); Green value is 11 (4.69% from 255 or 15.07% from 73); Blue value is 13 (5.47% from 255 or 17.81% from 73); Max value from RGB is 49 - color contains mainly: red. Hex color #310B0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310B0D is #CEF4F2. Grayscale: #161616. Windows color (decimal): -13563123 or 854833. OLE color: 854833.

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

Color convert

RGB491113-
CMYK00.780.730.81
HSL356.84º63.33%11.76%-
HSV(B)356.84º77.55%19.22%-
XYZ1.460.920.48-
YUV22.59122.59146.84-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 67.12%
GREEN value IS 11 (4.69% from 255) = 15.07%
BLUE value IS 13 (5.47% from 255) = 17.81%
R=67.12%
G=15.07%
B=17.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.73
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49111300.780.730.81356.8463.3311.76
Hex31BD04E49511653fc
Octal61131501161111215457714
Binary1100011011110101001110100100110100011011001011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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