Html Css Color HEX #311119 Rustic Red

📋 copy color: '#311119'

red 49 ◦ green 17 ◦ blue 25

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

Shades of Rustic Red #311119

Tints of Rustic Red #311119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 27.47%

R = 53.85%
G = 18.68%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.49

 K value IS 0.81

RGB Variations

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

Color information

#311119 (or 0x311119) is known color: Rustic Red. HEX triplet: 31, 11 and 19. RGB value is (49,17,25). Sum of RGB (Red+Green+Blue) = 49+17+25=91 (12% of max value = 765). Red value is 49 (19.53% from 255 or 53.85% from 91); Green value is 17 (7.03% from 255 or 18.68% from 91); Blue value is 25 (10.16% from 255 or 27.47% from 91); Max value from RGB is 49 - color contains mainly: red. Hex color #311119 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311119 is #CEEEE6. Grayscale: #1B1B1B. Windows color (decimal): -13561575 or 1642801. OLE color: 1642801.

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

Color convert

RGB 49 17 25 -
CMYK 0 0.65 0.49 0.81
HSL 345º 0.48% 0.13% -
HSV(B) 345º 0.65% 0.19% -
XYZ 1.64 1.12 1.05 -
YUV 27.48 126.6 143.35 -
System Red Green Blue C M Y K H S L
Decimal 49 17 25 0 0.65 0.49 0.81 345 0.48 0.13
Hex 31 11 19 0 41 31 51 159 30 D
Octal 61 21 31 0 101 61 121 531 60 15
Binary 110001 10001 11001 0 1000001 110001 1010001 101011001 110000 1101

Color Harmonies of #311119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311119

Black with #311119

Text Example


Text Example

White with #311119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311119; }

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

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

background-color css

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

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

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

border-color css

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

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

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