Html Css Color HEX #311319 Rustic Red

📋 copy color: '#311319'

red 49 ◦ green 19 ◦ blue 25

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

Shades of Rustic Red #311319

Tints of Rustic Red #311319

RGB

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

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

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

R = 52.69%
G = 20.43%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.49

 K value IS 0.81

RGB Variations

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

Color information

#311319 (or 0x311319) is known color: Rustic Red. HEX triplet: 31, 13 and 19. RGB value is (49,19,25). Sum of RGB (Red+Green+Blue) = 49+19+25=93 (12% of max value = 765). Red value is 49 (19.53% from 255 or 52.69% from 93); Green value is 19 (7.81% from 255 or 20.43% from 93); Blue value is 25 (10.16% from 255 or 26.88% from 93); Max value from RGB is 49 - color contains mainly: red. Hex color #311319 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311319 is #CEECE6. Grayscale: #1C1C1C. Windows color (decimal): -13561063 or 1643313. OLE color: 1643313.

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

Color convert

RGB 49 19 25 -
CMYK 0 0.61 0.49 0.81
HSL 348º 0.44% 0.13% -
HSV(B) 348º 0.61% 0.19% -
XYZ 1.67 1.19 1.06 -
YUV 28.65 125.94 142.51 -
System Red Green Blue C M Y K H S L
Decimal 49 19 25 0 0.61 0.49 0.81 348 0.44 0.13
Hex 31 13 19 0 3D 31 51 15C 2C D
Octal 61 23 31 0 75 61 121 534 54 15
Binary 110001 10011 11001 0 111101 110001 1010001 101011100 101100 1101

Color Harmonies of #311319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311319

Black with #311319

Text Example


Text Example

White with #311319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311319; }

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

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

background-color css

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

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

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

border-color css

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

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

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