Html Css Color HEX #310D0E Rustic Red

📋 copy color: '#310D0E'

red 49 ◦ green 13 ◦ blue 14

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

Shades of Rustic Red #310D0E

Tints of Rustic Red #310D0E

RGB

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

 GREEN value IS 13 (5.47% from 255) = 17.11%

 BLUE value IS 14 (5.86% from 255) = 18.42%

R = 64.47%
G = 17.11%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.71

 K value IS 0.81

RGB Variations

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

Color information

#310D0E (or 0x310D0E) is known color: Rustic Red. HEX triplet: 31, 0D and 0E. RGB value is (49,13,14). Sum of RGB (Red+Green+Blue) = 49+13+14=76 (10% of max value = 765). Red value is 49 (19.53% from 255 or 64.47% from 76); Green value is 13 (5.47% from 255 or 17.11% from 76); Blue value is 14 (5.86% from 255 or 18.42% from 76); Max value from RGB is 49 - color contains mainly: red. Hex color #310D0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310D0E is #CEF2F1. Grayscale: #171717. Windows color (decimal): -13562610 or 920881. OLE color: 920881.

HSL color Cylindrical-coordinate representation of color #310D0E: hue angle of 358.33º degrees, saturation: 0.58, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #310D0E is Cyan = 0, Magento = 0.73, Yellow = 0.71 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 13 14 -
CMYK 0 0.73 0.71 0.81
HSL 358.33º 0.58% 0.12% -
HSV(B) 358.33º 0.73% 0.19% -
XYZ 1.49 0.97 0.52 -
YUV 23.88 122.43 145.92 -
System Red Green Blue C M Y K H S L
Decimal 49 13 14 0 0.73 0.71 0.81 358.33 0.58 0.12
Hex 31 D E 0 49 47 51 166 3A C
Octal 61 15 16 0 111 107 121 546 72 14
Binary 110001 1101 1110 0 1001001 1000111 1010001 101100110 111010 1100

Color Harmonies of #310D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310D0E

Black with #310D0E

Text Example


Text Example

White with #310D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310D0E; }

 p { color: rgb(49,13,14); }

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

background-color css

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

 a { background-color: rgb(49,13,14); }

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

border-color css

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

 span { border-color: rgb(49,13,14); }

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