#31020C

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

Shades of Rustic Red #31020C

Tints of Rustic Red #31020C

Color information

#31020C (or 0x31020C) is unknown color: approx Rustic Red. HEX triplet: 31, 02 and 0C. RGB value is (49,2,12). Sum of RGB (Red+Green+Blue) = 49+2+12=63 (8% of max value = 765). Red value is 49 (19.53% from 255 or 77.78% from 63); Green value is 2 (1.17% from 255 or 3.17% from 63); Blue value is 12 (5.08% from 255 or 19.05% from 63); Max value from RGB is 49 - color contains mainly: red. Hex color #31020C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #31020C is #CEFDF3. Grayscale: #111111. Windows color (decimal): -13565428 or 786993. OLE color: 786993.

HSL color Cylindrical-coordinate representation of color #31020C: hue angle of 347.23º 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 #31020C is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.81.

Color convert

RGB49212-
CMYK00.960.760.81
HSL347.23º92.16%10%-
HSV(B)347.23º95.92%19.22%-
XYZ1.350.720.42-
YUV17.19125.07150.69-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 77.78%
GREEN value IS 2 (1.17% from 255) = 3.17%
BLUE value IS 12 (5.08% from 255) = 19.05%
R=77.78%
G=3.17%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.76
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4921200.960.760.81347.2392.1610
Hex312C0604C5115b5ca
Octal61214014011412153313412
Binary110001101100011000001001100101000110101101110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31020C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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