#31020B

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

Shades of Rustic Red #31020B

Tints of Rustic Red #31020B

Color information

#31020B (or 0x31020B) is unknown color: approx Rustic Red. HEX triplet: 31, 02 and 0B. RGB value is (49,2,11). Sum of RGB (Red+Green+Blue) = 49+2+11=62 (8% of max value = 765). Red value is 49 (19.53% from 255 or 79.03% from 62); Green value is 2 (1.17% from 255 or 3.23% from 62); Blue value is 11 (4.69% from 255 or 17.74% from 62); Max value from RGB is 49 - color contains mainly: red. Hex color #31020B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #31020B is #CEFDF4. Grayscale: #111111. Windows color (decimal): -13565429 or 721457. OLE color: 721457.

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

Color convert

RGB49211-
CMYK00.960.780.81
HSL348.51º92.16%10%-
HSV(B)348.51º95.92%19.22%-
XYZ1.350.720.38-
YUV17.08124.57150.77-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 79.03%
GREEN value IS 2 (1.17% from 255) = 3.23%
BLUE value IS 11 (4.69% from 255) = 17.74%
R=79.03%
G=3.23%
B=17.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.78
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4921100.960.780.81348.5192.1610
Hex312B0604E5115d5ca
Octal61213014011612153513412
Binary110001101011011000001001110101000110101110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31020B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31020B; }

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

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

<style>
 a { background-color: #31020B; }

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

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

<style>
 span { border-color: #31020B; }

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

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