#310003

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

Shades of Rustic Red #310003

Tints of Rustic Red #310003

Color information

#310003 (or 0x310003) is unknown color: approx Rustic Red. HEX triplet: 31, 00 and 03. RGB value is (49,0,3). Sum of RGB (Red+Green+Blue) = 49+0+3=52 (6% of max value = 765). Red value is 49 (19.53% from 255 or 94.23% from 52); Green value is 0 (0.39% from 255 or 0% from 52); Blue value is 3 (1.56% from 255 or 5.77% from 52); Max value from RGB is 49 - color contains mainly: red. Hex color #310003 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310003 is #CEFFFC. Grayscale: #0F0F0F. Windows color (decimal): -13565949 or 196657. OLE color: 196657.

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

Color convert

RGB4903-
CMYK010.940.81
HSL356.33º100%9.61%-
HSV(B)356.33º100%19.22%-
XYZ1.280.660.15-
YUV14.99121.23152.26-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 94.23%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 3 (1.56% from 255) = 5.77%
R=94.23%
G=0%
B=5.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.94
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4903010.940.81356.331009.61
Hex31030645E5116464a
Octal6103014413612154414412
Binary110001011011001001011110101000110110010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310003; }

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

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

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

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

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

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

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

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