#310B1A

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

Shades of Rustic Red #310B1A

Tints of Rustic Red #310B1A

Color information

#310B1A (or 0x310B1A) is unknown color: approx Rustic Red. HEX triplet: 31, 0B and 1A. RGB value is (49,11,26). Sum of RGB (Red+Green+Blue) = 49+11+26=86 (11% of max value = 765). Red value is 49 (19.53% from 255 or 56.98% from 86); Green value is 11 (4.69% from 255 or 12.79% from 86); Blue value is 26 (10.55% from 255 or 30.23% from 86); Max value from RGB is 49 - color contains mainly: red. Hex color #310B1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310B1A is #CEF4E5. Grayscale: #181818. Windows color (decimal): -13563110 or 1706801. OLE color: 1706801.

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

Color convert

RGB491126-
CMYK00.780.470.81
HSL336.32º63.33%11.76%-
HSV(B)336.32º77.55%19.22%-
XYZ1.570.971.08-
YUV24.07129.09145.78-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 56.98%
GREEN value IS 11 (4.69% from 255) = 12.79%
BLUE value IS 26 (10.55% from 255) = 30.23%
R=56.98%
G=12.79%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.47
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49112600.780.470.81336.3263.3311.76
Hex31B1A04E2F511503fc
Octal6113320116571215207714
Binary1100011011110100100111010111110100011010100001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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