Html Css Color HEX #311215 Rustic Red

📋 copy color: '#311215'

red 49 ◦ green 18 ◦ blue 21

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

Shades of Rustic Red #311215

Tints of Rustic Red #311215

RGB

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

 GREEN value IS 18 (7.42% from 255) = 20.45%

 BLUE value IS 21 (8.59% from 255) = 23.86%

R = 55.68%
G = 20.45%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.57

 K value IS 0.81

RGB Variations

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

Color information

#311215 (or 0x311215) is known color: Rustic Red. HEX triplet: 31, 12 and 15. RGB value is (49,18,21). Sum of RGB (Red+Green+Blue) = 49+18+21=88 (11% of max value = 765). Red value is 49 (19.53% from 255 or 55.68% from 88); Green value is 18 (7.42% from 255 or 20.45% from 88); Blue value is 21 (8.59% from 255 or 23.86% from 88); Max value from RGB is 49 - color contains mainly: red. Hex color #311215 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311215 is #CEEDEA. Grayscale: #1B1B1B. Windows color (decimal): -13561323 or 1380913. OLE color: 1380913.

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

Color convert

RGB 49 18 21 -
CMYK 0 0.63 0.57 0.81
HSL 354.19º 0.46% 0.13% -
HSV(B) 354.19º 0.63% 0.19% -
XYZ 1.62 1.14 0.84 -
YUV 27.61 124.27 143.26 -
System Red Green Blue C M Y K H S L
Decimal 49 18 21 0 0.63 0.57 0.81 354.19 0.46 0.13
Hex 31 12 15 0 3F 39 51 162 2E D
Octal 61 22 25 0 77 71 121 542 56 15
Binary 110001 10010 10101 0 111111 111001 1010001 101100010 101110 1101

Color Harmonies of #311215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311215

Black with #311215

Text Example


Text Example

White with #311215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311215; }

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

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

background-color css

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

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

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

border-color css

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

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

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