#310304

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

Shades of Rustic Red #310304

Tints of Rustic Red #310304

Color information

#310304 (or 0x310304) is unknown color: approx Rustic Red. HEX triplet: 31, 03 and 04. RGB value is (49,3,4). Sum of RGB (Red+Green+Blue) = 49+3+4=56 (7% of max value = 765). Red value is 49 (19.53% from 255 or 87.5% from 56); Green value is 3 (1.56% from 255 or 5.36% from 56); Blue value is 4 (1.95% from 255 or 7.14% from 56); Max value from RGB is 49 - color contains mainly: red. Hex color #310304 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310304 is #CEFCFB. Grayscale: #101010. Windows color (decimal): -13565180 or 262961. OLE color: 262961.

HSL color Cylindrical-coordinate representation of color #310304: hue angle of 358.7º 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 #310304 is Cyan = 0, Magento = 0.94, Yellow = 0.92 and Black (K on CMYK) = 0.81.

Color convert

RGB4934-
CMYK00.940.920.81
HSL358.7º88.46%10.2%-
HSV(B)358.7º93.88%19.22%-
XYZ1.320.730.19-
YUV16.87120.74150.92-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 87.5%
GREEN value IS 3 (1.56% from 255) = 5.36%
BLUE value IS 4 (1.95% from 255) = 7.14%
R=87.5%
G=5.36%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.92
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal493400.940.920.81358.788.4610.2
Hex313405E5C5116758a
Octal6134013613412154713012
Binary11000111100010111101011100101000110110011110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310304; }

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

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

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

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

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

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

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

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