Html Css Color HEX #310311 Rustic Red

📋 copy color: '#310311'

red 49 ◦ green 3 ◦ blue 17

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

Shades of Rustic Red #310311

Tints of Rustic Red #310311

RGB

 RED value IS 49 (19.53% from 255) = 71.01%

 GREEN value IS 3 (1.56% from 255) = 4.35%

 BLUE value IS 17 (7.03% from 255) = 24.64%

R = 71.01%
G = 4.35%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.65

 K value IS 0.81

RGB Variations

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

Color information

#310311 (or 0x310311) is known color: Rustic Red. HEX triplet: 31, 03 and 11. RGB value is (49,3,17). Sum of RGB (Red+Green+Blue) = 49+3+17=69 (9% of max value = 765). Red value is 49 (19.53% from 255 or 71.01% from 69); Green value is 3 (1.56% from 255 or 4.35% from 69); Blue value is 17 (7.03% from 255 or 24.64% from 69); Max value from RGB is 49 - color contains mainly: red. Hex color #310311 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310311 is #CEFCEE. Grayscale: #121212. Windows color (decimal): -13565167 or 1114929. OLE color: 1114929.

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

Color convert

RGB 49 3 17 -
CMYK 0 0.94 0.65 0.81
HSL 341.74º 0.88% 0.1% -
HSV(B) 341.74º 0.94% 0.19% -
XYZ 1.4 0.76 0.6 -
YUV 18.35 127.24 149.86 -
System Red Green Blue C M Y K H S L
Decimal 49 3 17 0 0.94 0.65 0.81 341.74 0.88 0.1
Hex 31 3 11 0 5E 41 51 156 58 A
Octal 61 3 21 0 136 101 121 526 130 12
Binary 110001 11 10001 0 1011110 1000001 1010001 101010110 1011000 1010

Color Harmonies of #310311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310311

Black with #310311

Text Example


Text Example

White with #310311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310311; }

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

 H1.HeaderClassName
 {
   color: #310311;
 }
 .AnyTagClassName
 {
   color: #310311;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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