#310005

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

Shades of Rustic Red #310005

Tints of Rustic Red #310005

Color information

#310005 (or 0x310005) is unknown color: approx Rustic Red. HEX triplet: 31, 00 and 05. RGB value is (49,0,5). Sum of RGB (Red+Green+Blue) = 49+0+5=54 (7% of max value = 765). Red value is 49 (19.53% from 255 or 90.74% from 54); Green value is 0 (0.39% from 255 or 0% from 54); Blue value is 5 (2.34% from 255 or 9.26% from 54); Max value from RGB is 49 - color contains mainly: red. Hex color #310005 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310005 is #CEFFFA. Grayscale: #0F0F0F. Windows color (decimal): -13565947 or 327729. OLE color: 327729.

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

Color convert

RGB4905-
CMYK010.900.81
HSL353.88º100%9.61%-
HSV(B)353.88º100%19.22%-
XYZ1.290.660.2-
YUV15.22122.23152.09-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 90.74%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 5 (2.34% from 255) = 9.26%
R=90.74%
G=0%
B=9.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.90
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4905010.900.81353.881009.61
Hex31050645A5116264a
Octal6105014413212154214412
Binary1100010101011001001011010101000110110001011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310005; }

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

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

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

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

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

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

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

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