#310B11

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

Shades of Rustic Red #310B11

Tints of Rustic Red #310B11

Color information

#310B11 (or 0x310B11) is unknown color: approx Rustic Red. HEX triplet: 31, 0B and 11. RGB value is (49,11,17). Sum of RGB (Red+Green+Blue) = 49+11+17=77 (10% of max value = 765). Red value is 49 (19.53% from 255 or 63.64% from 77); Green value is 11 (4.69% from 255 or 14.29% from 77); Blue value is 17 (7.03% from 255 or 22.08% from 77); Max value from RGB is 49 - color contains mainly: red. Hex color #310B11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310B11 is #CEF4EE. Grayscale: #171717. Windows color (decimal): -13563119 or 1116977. OLE color: 1116977.

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

Color convert

RGB491117-
CMYK00.780.650.81
HSL350.53º63.33%11.76%-
HSV(B)350.53º77.55%19.22%-
XYZ1.490.930.63-
YUV23.05124.59146.51-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 63.64%
GREEN value IS 11 (4.69% from 255) = 14.29%
BLUE value IS 17 (7.03% from 255) = 22.08%
R=63.64%
G=14.29%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.65
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49111700.780.650.81350.5363.3311.76
Hex31B1104E415115f3fc
Octal61132101161011215377714
Binary11000110111000101001110100000110100011010111111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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