Html Css Color HEX #311419 Rustic Red

📋 copy color: '#311419'

red 49 ◦ green 20 ◦ blue 25

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

Shades of Rustic Red #311419

Tints of Rustic Red #311419

RGB

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

 GREEN value IS 20 (8.2% from 255) = 21.28%

 BLUE value IS 25 (10.16% from 255) = 26.6%

R = 52.13%
G = 21.28%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.49

 K value IS 0.81

RGB Variations

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

Color information

#311419 (or 0x311419) is known color: Rustic Red. HEX triplet: 31, 14 and 19. RGB value is (49,20,25). Sum of RGB (Red+Green+Blue) = 49+20+25=94 (12% of max value = 765). Red value is 49 (19.53% from 255 or 52.13% from 94); Green value is 20 (8.20% from 255 or 21.28% from 94); Blue value is 25 (10.16% from 255 or 26.60% from 94); Max value from RGB is 49 - color contains mainly: red. Hex color #311419 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311419 is #CEEBE6. Grayscale: #1D1D1D. Windows color (decimal): -13560807 or 1643569. OLE color: 1643569.

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

Color convert

RGB 49 20 25 -
CMYK 0 0.59 0.49 0.81
HSL 349.66º 0.42% 0.14% -
HSV(B) 349.66º 0.59% 0.19% -
XYZ 1.69 1.22 1.07 -
YUV 29.24 125.61 142.09 -
System Red Green Blue C M Y K H S L
Decimal 49 20 25 0 0.59 0.49 0.81 349.66 0.42 0.14
Hex 31 14 19 0 3B 31 51 15E 2A E
Octal 61 24 31 0 73 61 121 536 52 16
Binary 110001 10100 11001 0 111011 110001 1010001 101011110 101010 1110

Color Harmonies of #311419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311419

Black with #311419

Text Example


Text Example

White with #311419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311419; }

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

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

background-color css

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

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

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

border-color css

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

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

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