Html Css Color HEX #311118 Rustic Red

📋 copy color: '#311118'

red 49 ◦ green 17 ◦ blue 24

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

Shades of Rustic Red #311118

Tints of Rustic Red #311118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 26.67%

R = 54.44%
G = 18.89%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.51

 K value IS 0.81

RGB Variations

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

Color information

#311118 (or 0x311118) is known color: Rustic Red. HEX triplet: 31, 11 and 18. RGB value is (49,17,24). Sum of RGB (Red+Green+Blue) = 49+17+24=90 (11% of max value = 765). Red value is 49 (19.53% from 255 or 54.44% from 90); Green value is 17 (7.03% from 255 or 18.89% from 90); Blue value is 24 (9.77% from 255 or 26.67% from 90); Max value from RGB is 49 - color contains mainly: red. Hex color #311118 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311118 is #CEEEE7. Grayscale: #1B1B1B. Windows color (decimal): -13561576 or 1577265. OLE color: 1577265.

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

Color convert

RGB 49 17 24 -
CMYK 0 0.65 0.51 0.81
HSL 346.88º 0.48% 0.13% -
HSV(B) 346.88º 0.65% 0.19% -
XYZ 1.63 1.12 0.99 -
YUV 27.37 126.1 143.43 -
System Red Green Blue C M Y K H S L
Decimal 49 17 24 0 0.65 0.51 0.81 346.88 0.48 0.13
Hex 31 11 18 0 41 33 51 15B 30 D
Octal 61 21 30 0 101 63 121 533 60 15
Binary 110001 10001 11000 0 1000001 110011 1010001 101011011 110000 1101

Color Harmonies of #311118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311118

Black with #311118

Text Example


Text Example

White with #311118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311118; }

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

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

background-color css

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

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

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

border-color css

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

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

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