Html Css Color HEX #310613 Rustic Red

📋 copy color: '#310613'

red 49 ◦ green 6 ◦ blue 19

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

Shades of Rustic Red #310613

Tints of Rustic Red #310613

RGB

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

 GREEN value IS 6 (2.73% from 255) = 8.11%

 BLUE value IS 19 (7.81% from 255) = 25.68%

R = 66.22%
G = 8.11%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.61

 K value IS 0.81

RGB Variations

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

Color information

#310613 (or 0x310613) is known color: Rustic Red. HEX triplet: 31, 06 and 13. RGB value is (49,6,19). Sum of RGB (Red+Green+Blue) = 49+6+19=74 (9% of max value = 765). Red value is 49 (19.53% from 255 or 66.22% from 74); Green value is 6 (2.73% from 255 or 8.11% from 74); Blue value is 19 (7.81% from 255 or 25.68% from 74); Max value from RGB is 49 - color contains mainly: red. Hex color #310613 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310613 is #CEF9EC. Grayscale: #141414. Windows color (decimal): -13564397 or 1246769. OLE color: 1246769.

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

Color convert

RGB 49 6 19 -
CMYK 0 0.88 0.61 0.81
HSL 341.86º 0.78% 0.11% -
HSV(B) 341.86º 0.88% 0.19% -
XYZ 1.45 0.83 0.7 -
YUV 20.34 127.25 148.44 -
System Red Green Blue C M Y K H S L
Decimal 49 6 19 0 0.88 0.61 0.81 341.86 0.78 0.11
Hex 31 6 13 0 58 3D 51 156 4E B
Octal 61 6 23 0 130 75 121 526 116 13
Binary 110001 110 10011 0 1011000 111101 1010001 101010110 1001110 1011

Color Harmonies of #310613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310613

Black with #310613

Text Example


Text Example

White with #310613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310613; }

 p { color: rgb(49,6,19); }

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

background-color css

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

 a { background-color: rgb(49,6,19); }

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

border-color css

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

 span { border-color: rgb(49,6,19); }

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