Html Css Color HEX #311516 Rustic Red

📋 copy color: '#311516'

red 49 ◦ green 21 ◦ blue 22

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

Shades of Rustic Red #311516

Tints of Rustic Red #311516

RGB

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

 GREEN value IS 21 (8.59% from 255) = 22.83%

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

R = 53.26%
G = 22.83%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.55

 K value IS 0.81

RGB Variations

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

Color information

#311516 (or 0x311516) is known color: Rustic Red. HEX triplet: 31, 15 and 16. RGB value is (49,21,22). Sum of RGB (Red+Green+Blue) = 49+21+22=92 (12% of max value = 765). Red value is 49 (19.53% from 255 or 53.26% from 92); Green value is 21 (8.59% from 255 or 22.83% from 92); Blue value is 22 (8.98% from 255 or 23.91% from 92); Max value from RGB is 49 - color contains mainly: red. Hex color #311516 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311516 is #CEEAE9. Grayscale: #1D1D1D. Windows color (decimal): -13560554 or 1447217. OLE color: 1447217.

HSL color Cylindrical-coordinate representation of color #311516: hue angle of 357.86º degrees, saturation: 0.4, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #311516 is Cyan = 0, Magento = 0.57, Yellow = 0.55 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 21 22 -
CMYK 0 0.57 0.55 0.81
HSL 357.86º 0.4% 0.14% -
HSV(B) 357.86º 0.57% 0.19% -
XYZ 1.68 1.25 0.91 -
YUV 29.49 123.78 141.92 -
System Red Green Blue C M Y K H S L
Decimal 49 21 22 0 0.57 0.55 0.81 357.86 0.4 0.14
Hex 31 15 16 0 39 37 51 166 28 E
Octal 61 25 26 0 71 67 121 546 50 16
Binary 110001 10101 10110 0 111001 110111 1010001 101100110 101000 1110

Color Harmonies of #311516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311516

Black with #311516

Text Example


Text Example

White with #311516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311516; }

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

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

background-color css

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

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

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

border-color css

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

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

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