#31010D

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

Shades of Rustic Red #31010D

Tints of Rustic Red #31010D

Color information

#31010D (or 0x31010D) is unknown color: approx Rustic Red. HEX triplet: 31, 01 and 0D. RGB value is (49,1,13). Sum of RGB (Red+Green+Blue) = 49+1+13=63 (8% of max value = 765). Red value is 49 (19.53% from 255 or 77.78% from 63); Green value is 1 (0.78% from 255 or 1.59% from 63); Blue value is 13 (5.47% from 255 or 20.63% from 63); Max value from RGB is 49 - color contains mainly: red. Hex color #31010D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #31010D is #CEFEF2. Grayscale: #101010. Windows color (decimal): -13565683 or 852273. OLE color: 852273.

HSL color Cylindrical-coordinate representation of color #31010D: hue angle of 345º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #31010D is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.81.

Color convert

RGB49113-
CMYK00.980.730.81
HSL345º96%9.8%-
HSV(B)345º97.96%19.22%-
XYZ1.350.70.45-
YUV16.72125.9151.02-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 77.78%
GREEN value IS 1 (0.78% from 255) = 1.59%
BLUE value IS 13 (5.47% from 255) = 20.63%
R=77.78%
G=1.59%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.73
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4911300.980.730.81345969.8
Hex311D062495115960a
Octal61115014211112153114012
Binary11000111101011000101001001101000110101100111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31010D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31010D; }

 p { color: rgb(49,1,13); }

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

<style>
 a { background-color: #31010D; }

 a { background-color: rgb(49,1,13); }

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

<style>
 span { border-color: #31010D; }

 span { border-color: rgb(49,1,13); }

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