#310B15

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

Shades of Rustic Red #310B15

Tints of Rustic Red #310B15

Color information

#310B15 (or 0x310B15) is unknown color: approx Rustic Red. HEX triplet: 31, 0B and 15. RGB value is (49,11,21). Sum of RGB (Red+Green+Blue) = 49+11+21=81 (10% of max value = 765). Red value is 49 (19.53% from 255 or 60.49% from 81); Green value is 11 (4.69% from 255 or 13.58% from 81); Blue value is 21 (8.59% from 255 or 25.93% from 81); Max value from RGB is 49 - color contains mainly: red. Hex color #310B15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310B15 is #CEF4EA. Grayscale: #171717. Windows color (decimal): -13563115 or 1379121. OLE color: 1379121.

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

Color convert

RGB491121-
CMYK00.780.570.81
HSL344.21º63.33%11.76%-
HSV(B)344.21º77.55%19.22%-
XYZ1.520.950.81-
YUV23.5126.59146.19-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 60.49%
GREEN value IS 11 (4.69% from 255) = 13.58%
BLUE value IS 21 (8.59% from 255) = 25.93%
R=60.49%
G=13.58%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.57
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49112100.780.570.81344.2163.3311.76
Hex31B1504E39511583fc
Octal6113250116711215307714
Binary1100011011101010100111011100110100011010110001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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