#310008

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

Shades of Rustic Red #310008

Tints of Rustic Red #310008

Color information

#310008 (or 0x310008) is unknown color: approx Rustic Red. HEX triplet: 31, 00 and 08. RGB value is (49,0,8). Sum of RGB (Red+Green+Blue) = 49+0+8=57 (7% of max value = 765). Red value is 49 (19.53% from 255 or 85.96% from 57); Green value is 0 (0.39% from 255 or 0% from 57); Blue value is 8 (3.52% from 255 or 14.04% from 57); Max value from RGB is 49 - color contains mainly: red. Hex color #310008 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310008 is #CEFFF7. Grayscale: #0F0F0F. Windows color (decimal): -13565944 or 524337. OLE color: 524337.

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

Color convert

RGB4908-
CMYK010.840.81
HSL350.2º100%9.61%-
HSV(B)350.2º100%19.22%-
XYZ1.310.670.29-
YUV15.56123.73151.85-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 85.96%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 8 (3.52% from 255) = 14.04%
R=85.96%
G=0%
B=14.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.84
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4908010.840.81350.21009.61
Hex3108064545115e64a
Octal61010014412412153614412
Binary11000101000011001001010100101000110101111011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310008; }

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

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

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

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

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

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

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

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