Html Css Color HEX #311116 Rustic Red

📋 copy color: '#311116'

red 49 ◦ green 17 ◦ blue 22

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

Shades of Rustic Red #311116

Tints of Rustic Red #311116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 25%

R = 55.68%
G = 19.32%
B = 25%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.55

 K value IS 0.81

RGB Variations

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

Color information

#311116 (or 0x311116) is known color: Rustic Red. HEX triplet: 31, 11 and 16. RGB value is (49,17,22). Sum of RGB (Red+Green+Blue) = 49+17+22=88 (11% of max value = 765). Red value is 49 (19.53% from 255 or 55.68% from 88); Green value is 17 (7.03% from 255 or 19.32% from 88); Blue value is 22 (8.98% from 255 or 25% from 88); Max value from RGB is 49 - color contains mainly: red. Hex color #311116 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311116 is #CEEEE9. Grayscale: #1B1B1B. Windows color (decimal): -13561578 or 1446193. OLE color: 1446193.

HSL color Cylindrical-coordinate representation of color #311116: hue angle of 350.62º 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 #311116 is Cyan = 0, Magento = 0.65, Yellow = 0.55 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 17 22 -
CMYK 0 0.65 0.55 0.81
HSL 350.63º 0.48% 0.13% -
HSV(B) 350.63º 0.65% 0.19% -
XYZ 1.61 1.11 0.89 -
YUV 27.14 125.1 143.59 -
System Red Green Blue C M Y K H S L
Decimal 49 17 22 0 0.65 0.55 0.81 350.63 0.48 0.13
Hex 31 11 16 0 41 37 51 15F 30 D
Octal 61 21 26 0 101 67 121 537 60 15
Binary 110001 10001 10110 0 1000001 110111 1010001 101011111 110000 1101

Color Harmonies of #311116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311116

Black with #311116

Text Example


Text Example

White with #311116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311116; }

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

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

background-color css

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

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

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

border-color css

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

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

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