Html Css Color HEX #311214 Rustic Red

📋 copy color: '#311214'

red 49 ◦ green 18 ◦ blue 20

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

Shades of Rustic Red #311214

Tints of Rustic Red #311214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 22.99%

R = 56.32%
G = 20.69%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.59

 K value IS 0.81

RGB Variations

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

Color information

#311214 (or 0x311214) is known color: Rustic Red. HEX triplet: 31, 12 and 14. RGB value is (49,18,20). Sum of RGB (Red+Green+Blue) = 49+18+20=87 (11% of max value = 765). Red value is 49 (19.53% from 255 or 56.32% from 87); Green value is 18 (7.42% from 255 or 20.69% from 87); Blue value is 20 (8.20% from 255 or 22.99% from 87); Max value from RGB is 49 - color contains mainly: red. Hex color #311214 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311214 is #CEEDEB. Grayscale: #1B1B1B. Windows color (decimal): -13561324 or 1315377. OLE color: 1315377.

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

Color convert

RGB 49 18 20 -
CMYK 0 0.63 0.59 0.81
HSL 356.13º 0.46% 0.13% -
HSV(B) 356.13º 0.63% 0.19% -
XYZ 1.61 1.14 0.8 -
YUV 27.5 123.77 143.34 -
System Red Green Blue C M Y K H S L
Decimal 49 18 20 0 0.63 0.59 0.81 356.13 0.46 0.13
Hex 31 12 14 0 3F 3B 51 164 2E D
Octal 61 22 24 0 77 73 121 544 56 15
Binary 110001 10010 10100 0 111111 111011 1010001 101100100 101110 1101

Color Harmonies of #311214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311214

Black with #311214

Text Example


Text Example

White with #311214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311214; }

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

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

background-color css

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

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

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

border-color css

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

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

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