#310C1A

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

Shades of Rustic Red #310C1A

Tints of Rustic Red #310C1A

Color information

#310C1A (or 0x310C1A) is unknown color: approx Rustic Red. HEX triplet: 31, 0C and 1A. RGB value is (49,12,26). Sum of RGB (Red+Green+Blue) = 49+12+26=87 (11% of max value = 765). Red value is 49 (19.53% from 255 or 56.32% from 87); Green value is 12 (5.08% from 255 or 13.79% from 87); Blue value is 26 (10.55% from 255 or 29.89% from 87); Max value from RGB is 49 - color contains mainly: red. Hex color #310C1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310C1A is #CEF3E5. Grayscale: #181818. Windows color (decimal): -13562854 or 1707057. OLE color: 1707057.

HSL color Cylindrical-coordinate representation of color #310C1A: hue angle of 337.3º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #310C1A is Cyan = 0, Magento = 0.76, Yellow = 0.47 and Black (K on CMYK) = 0.81.

Color convert

RGB491226-
CMYK00.760.470.81
HSL337.3º60.66%11.96%-
HSV(B)337.3º75.51%19.22%-
XYZ1.580.991.08-
YUV24.66128.76145.36-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 56.32%
GREEN value IS 12 (5.08% from 255) = 13.79%
BLUE value IS 26 (10.55% from 255) = 29.89%
R=56.32%
G=13.79%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.47
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49122600.760.470.81337.360.6611.96
Hex31C1A04C2F511513dc
Octal6114320114571215217514
Binary1100011100110100100110010111110100011010100011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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