#310009

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

Shades of Rustic Red #310009

Tints of Rustic Red #310009

Color information

#310009 (or 0x310009) is unknown color: approx Rustic Red. HEX triplet: 31, 00 and 09. RGB value is (49,0,9). Sum of RGB (Red+Green+Blue) = 49+0+9=58 (7% of max value = 765). Red value is 49 (19.53% from 255 or 84.48% from 58); Green value is 0 (0.39% from 255 or 0% from 58); Blue value is 9 (3.91% from 255 or 15.52% from 58); Max value from RGB is 49 - color contains mainly: red. Hex color #310009 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310009 is #CEFFF6. Grayscale: #0F0F0F. Windows color (decimal): -13565943 or 589873. OLE color: 589873.

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

Color convert

RGB4909-
CMYK010.820.81
HSL348.98º100%9.61%-
HSV(B)348.98º100%19.22%-
XYZ1.320.670.32-
YUV15.68124.23151.77-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 84.48%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 9 (3.91% from 255) = 15.52%
R=84.48%
G=0%
B=15.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.82
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4909010.820.81348.981009.61
Hex3109064525115d64a
Octal61011014412212153514412
Binary11000101001011001001010010101000110101110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310009; }

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

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

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

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

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

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

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

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