Html Css Color HEX #311114 Rustic Red

📋 copy color: '#311114'

red 49 ◦ green 17 ◦ blue 20

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

Shades of Rustic Red #311114

Tints of Rustic Red #311114

RGB

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

 GREEN value IS 17 (7.03% from 255) = 19.77%

 BLUE value IS 20 (8.2% from 255) = 23.26%

R = 56.98%
G = 19.77%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.59

 K value IS 0.81

RGB Variations

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

Color information

#311114 (or 0x311114) is known color: Rustic Red. HEX triplet: 31, 11 and 14. RGB value is (49,17,20). Sum of RGB (Red+Green+Blue) = 49+17+20=86 (11% of max value = 765). Red value is 49 (19.53% from 255 or 56.98% from 86); Green value is 17 (7.03% from 255 or 19.77% from 86); Blue value is 20 (8.20% from 255 or 23.26% from 86); Max value from RGB is 49 - color contains mainly: red. Hex color #311114 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311114 is #CEEEEB. Grayscale: #1A1A1A. Windows color (decimal): -13561580 or 1315121. OLE color: 1315121.

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

Color convert

RGB 49 17 20 -
CMYK 0 0.65 0.59 0.81
HSL 354.38º 0.48% 0.13% -
HSV(B) 354.38º 0.65% 0.19% -
XYZ 1.59 1.1 0.79 -
YUV 26.91 124.1 143.76 -
System Red Green Blue C M Y K H S L
Decimal 49 17 20 0 0.65 0.59 0.81 354.38 0.48 0.13
Hex 31 11 14 0 41 3B 51 162 30 D
Octal 61 21 24 0 101 73 121 542 60 15
Binary 110001 10001 10100 0 1000001 111011 1010001 101100010 110000 1101

Color Harmonies of #311114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311114

Black with #311114

Text Example


Text Example

White with #311114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311114; }

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

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

background-color css

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

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

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

border-color css

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

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

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