Html Css Color HEX #310003 Rustic Red

📋 copy color: '#310003'

red 49 ◦ green 0 ◦ blue 3

#310003
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rustic Red #310003

Tints of Rustic Red #310003

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 value IS 0

 M value IS 1

 Y value IS 0.94

 K value IS 0.81

RGB Variations

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

Color information

#310003 (or 0x310003) is known color: 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

RGB 49 0 3 -
CMYK 0 1 0.94 0.81
HSL 356.33º 1% 0.1% -
HSV(B) 356.33º 1% 0.19% -
XYZ 1.28 0.66 0.15 -
YUV 14.99 121.23 152.26 -
System Red Green Blue C M Y K H S L
Decimal 49 0 3 0 1 0.94 0.81 356.33 1 0.1
Hex 31 0 3 0 64 5E 51 164 64 A
Octal 61 0 3 0 144 136 121 544 144 12
Binary 110001 0 11 0 1100100 1011110 1010001 101100100 1100100 1010

Color Harmonies of #310003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310003

Black with #310003

Text Example


Text Example

White with #310003

Text Example


Text Example

HTML Codes & Css Web 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>