#310B0C

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

Shades of Rustic Red #310B0C

Tints of Rustic Red #310B0C

Color information

#310B0C (or 0x310B0C) is unknown color: approx Rustic Red. HEX triplet: 31, 0B and 0C. RGB value is (49,11,12). Sum of RGB (Red+Green+Blue) = 49+11+12=72 (9% of max value = 765). Red value is 49 (19.53% from 255 or 68.06% from 72); Green value is 11 (4.69% from 255 or 15.28% from 72); Blue value is 12 (5.08% from 255 or 16.67% from 72); Max value from RGB is 49 - color contains mainly: red. Hex color #310B0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310B0C is #CEF4F3. Grayscale: #161616. Windows color (decimal): -13563124 or 789297. OLE color: 789297.

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

Color convert

RGB491112-
CMYK00.780.760.81
HSL358.42º63.33%11.76%-
HSV(B)358.42º77.55%19.22%-
XYZ1.450.920.45-
YUV22.48122.09146.92-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 68.06%
GREEN value IS 11 (4.69% from 255) = 15.28%
BLUE value IS 12 (5.08% from 255) = 16.67%
R=68.06%
G=15.28%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.76
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49111200.780.760.81358.4263.3311.76
Hex31BC04E4C511663fc
Octal61131401161141215467714
Binary1100011011110001001110100110010100011011001101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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