Html Css Color HEX #310913 Rustic Red

📋 copy color: '#310913'

red 49 ◦ green 9 ◦ blue 19

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

Shades of Rustic Red #310913

Tints of Rustic Red #310913

RGB

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

 GREEN value IS 9 (3.91% from 255) = 11.69%

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

R = 63.64%
G = 11.69%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.61

 K value IS 0.81

RGB Variations

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

Color information

#310913 (or 0x310913) is known color: Rustic Red. HEX triplet: 31, 09 and 13. RGB value is (49,9,19). Sum of RGB (Red+Green+Blue) = 49+9+19=77 (10% of max value = 765). Red value is 49 (19.53% from 255 or 63.64% from 77); Green value is 9 (3.91% from 255 or 11.69% from 77); Blue value is 19 (7.81% from 255 or 24.68% from 77); Max value from RGB is 49 - color contains mainly: red. Hex color #310913 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310913 is #CEF6EC. Grayscale: #161616. Windows color (decimal): -13563629 or 1247537. OLE color: 1247537.

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

Color convert

RGB 49 9 19 -
CMYK 0 0.82 0.61 0.81
HSL 345º 0.69% 0.11% -
HSV(B) 345º 0.82% 0.19% -
XYZ 1.48 0.9 0.71 -
YUV 22.1 126.25 147.19 -
System Red Green Blue C M Y K H S L
Decimal 49 9 19 0 0.82 0.61 0.81 345 0.69 0.11
Hex 31 9 13 0 52 3D 51 159 45 B
Octal 61 11 23 0 122 75 121 531 105 13
Binary 110001 1001 10011 0 1010010 111101 1010001 101011001 1000101 1011

Color Harmonies of #310913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310913

Black with #310913

Text Example


Text Example

White with #310913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310913; }

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

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

background-color css

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

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

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

border-color css

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

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

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