Html Css Color HEX #311017 Rustic Red

📋 copy color: '#311017'

red 49 ◦ green 16 ◦ blue 23

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

Shades of Rustic Red #311017

Tints of Rustic Red #311017

RGB

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

 GREEN value IS 16 (6.64% from 255) = 18.18%

 BLUE value IS 23 (9.38% from 255) = 26.14%

R = 55.68%
G = 18.18%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.53

 K value IS 0.81

RGB Variations

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

Color information

#311017 (or 0x311017) is known color: Rustic Red. HEX triplet: 31, 10 and 17. RGB value is (49,16,23). Sum of RGB (Red+Green+Blue) = 49+16+23=88 (11% of max value = 765). Red value is 49 (19.53% from 255 or 55.68% from 88); Green value is 16 (6.64% from 255 or 18.18% from 88); Blue value is 23 (9.38% from 255 or 26.14% from 88); Max value from RGB is 49 - color contains mainly: red. Hex color #311017 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311017 is #CEEFE8. Grayscale: #1A1A1A. Windows color (decimal): -13561833 or 1511473. OLE color: 1511473.

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

Color convert

RGB 49 16 23 -
CMYK 0 0.67 0.53 0.81
HSL 347.27º 0.51% 0.13% -
HSV(B) 347.27º 0.67% 0.19% -
XYZ 1.61 1.09 0.94 -
YUV 26.67 125.93 143.93 -
System Red Green Blue C M Y K H S L
Decimal 49 16 23 0 0.67 0.53 0.81 347.27 0.51 0.13
Hex 31 10 17 0 43 35 51 15B 33 D
Octal 61 20 27 0 103 65 121 533 63 15
Binary 110001 10000 10111 0 1000011 110101 1010001 101011011 110011 1101

Color Harmonies of #311017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311017

Black with #311017

Text Example


Text Example

White with #311017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311017; }

 p { color: rgb(49,16,23); }

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

background-color css

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

 a { background-color: rgb(49,16,23); }

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

border-color css

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

 span { border-color: rgb(49,16,23); }

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