Html Css Color HEX #311819 Rustic Red

📋 copy color: '#311819'

red 49 ◦ green 24 ◦ blue 25

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

Shades of Rustic Red #311819

Tints of Rustic Red #311819

RGB

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

 GREEN value IS 24 (9.77% from 255) = 24.49%

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

R = 50%
G = 24.49%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.49

 K value IS 0.81

RGB Variations

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

Color information

#311819 (or 0x311819) is known color: Rustic Red. HEX triplet: 31, 18 and 19. RGB value is (49,24,25). Sum of RGB (Red+Green+Blue) = 49+24+25=98 (12% of max value = 765). Red value is 49 (19.53% from 255 or 50% from 98); Green value is 24 (9.77% from 255 or 24.49% from 98); Blue value is 25 (10.16% from 255 or 25.51% from 98); Max value from RGB is 49 - color contains mainly: red. Hex color #311819 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311819 is #CEE7E6. Grayscale: #1F1F1F. Windows color (decimal): -13559783 or 1644593. OLE color: 1644593.

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

Color convert

RGB 49 24 25 -
CMYK 0 0.51 0.49 0.81
HSL 357.6º 0.34% 0.14% -
HSV(B) 357.6º 0.51% 0.19% -
XYZ 1.77 1.38 1.09 -
YUV 31.59 124.28 140.42 -
System Red Green Blue C M Y K H S L
Decimal 49 24 25 0 0.51 0.49 0.81 357.6 0.34 0.14
Hex 31 18 19 0 33 31 51 166 22 E
Octal 61 30 31 0 63 61 121 546 42 16
Binary 110001 11000 11001 0 110011 110001 1010001 101100110 100010 1110

Color Harmonies of #311819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311819

Black with #311819

Text Example


Text Example

White with #311819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311819; }

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

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

background-color css

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

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

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

border-color css

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

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

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