Html Css Color HEX #311315 Rustic Red

📋 copy color: '#311315'

red 49 ◦ green 19 ◦ blue 21

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

Shades of Rustic Red #311315

Tints of Rustic Red #311315

RGB

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

 GREEN value IS 19 (7.81% from 255) = 21.35%

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

R = 55.06%
G = 21.35%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.57

 K value IS 0.81

RGB Variations

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

Color information

#311315 (or 0x311315) is known color: Rustic Red. HEX triplet: 31, 13 and 15. RGB value is (49,19,21). Sum of RGB (Red+Green+Blue) = 49+19+21=89 (11% of max value = 765). Red value is 49 (19.53% from 255 or 55.06% from 89); Green value is 19 (7.81% from 255 or 21.35% from 89); Blue value is 21 (8.59% from 255 or 23.60% from 89); Max value from RGB is 49 - color contains mainly: red. Hex color #311315 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311315 is #CEECEA. Grayscale: #1C1C1C. Windows color (decimal): -13561067 or 1381169. OLE color: 1381169.

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

Color convert

RGB 49 19 21 -
CMYK 0 0.61 0.57 0.81
HSL 356º 0.44% 0.13% -
HSV(B) 356º 0.61% 0.19% -
XYZ 1.63 1.17 0.85 -
YUV 28.2 123.94 142.84 -
System Red Green Blue C M Y K H S L
Decimal 49 19 21 0 0.61 0.57 0.81 356 0.44 0.13
Hex 31 13 15 0 3D 39 51 164 2C D
Octal 61 23 25 0 75 71 121 544 54 15
Binary 110001 10011 10101 0 111101 111001 1010001 101100100 101100 1101

Color Harmonies of #311315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311315

Black with #311315

Text Example


Text Example

White with #311315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311315; }

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

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

background-color css

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

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

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

border-color css

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

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

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