#310309

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

Shades of Rustic Red #310309

Tints of Rustic Red #310309

Color information

#310309 (or 0x310309) is unknown color: approx Rustic Red. HEX triplet: 31, 03 and 09. RGB value is (49,3,9). Sum of RGB (Red+Green+Blue) = 49+3+9=61 (8% of max value = 765). Red value is 49 (19.53% from 255 or 80.33% from 61); Green value is 3 (1.56% from 255 or 4.92% from 61); Blue value is 9 (3.91% from 255 or 14.75% from 61); Max value from RGB is 49 - color contains mainly: red. Hex color #310309 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310309 is #CEFCF6. Grayscale: #111111. Windows color (decimal): -13565175 or 590641. OLE color: 590641.

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

Color convert

RGB4939-
CMYK00.940.820.81
HSL352.17º88.46%10.2%-
HSV(B)352.17º93.88%19.22%-
XYZ1.350.740.33-
YUV17.44123.24150.51-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 80.33%
GREEN value IS 3 (1.56% from 255) = 4.92%
BLUE value IS 9 (3.91% from 255) = 14.75%
R=80.33%
G=4.92%
B=14.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.82
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal493900.940.820.81352.1788.4610.2
Hex313905E525116058a
Octal61311013612212154013012
Binary110001111001010111101010010101000110110000010110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310309; }

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

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

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

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

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

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

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

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