#31030D

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

Shades of Rustic Red #31030D

Tints of Rustic Red #31030D

Color information

#31030D (or 0x31030D) is unknown color: approx Rustic Red. HEX triplet: 31, 03 and 0D. RGB value is (49,3,13). Sum of RGB (Red+Green+Blue) = 49+3+13=65 (8% of max value = 765). Red value is 49 (19.53% from 255 or 75.38% from 65); Green value is 3 (1.56% from 255 or 4.62% from 65); Blue value is 13 (5.47% from 255 or 20% from 65); Max value from RGB is 49 - color contains mainly: red. Hex color #31030D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #31030D is #CEFCF2. Grayscale: #111111. Windows color (decimal): -13565171 or 852785. OLE color: 852785.

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

Color convert

RGB49313-
CMYK00.940.730.81
HSL346.96º88.46%10.2%-
HSV(B)346.96º93.88%19.22%-
XYZ1.370.750.45-
YUV17.89125.24150.19-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 75.38%
GREEN value IS 3 (1.56% from 255) = 4.62%
BLUE value IS 13 (5.47% from 255) = 20%
R=75.38%
G=4.62%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.73
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4931300.940.730.81346.9688.4610.2
Hex313D05E495115b58a
Octal61315013611112153313012
Binary110001111101010111101001001101000110101101110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31030D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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