Html Css Color HEX #311318 Rustic Red

📋 copy color: '#311318'

red 49 ◦ green 19 ◦ blue 24

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

Shades of Rustic Red #311318

Tints of Rustic Red #311318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 26.09%

R = 53.26%
G = 20.65%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.51

 K value IS 0.81

RGB Variations

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

Color information

#311318 (or 0x311318) is known color: Rustic Red. HEX triplet: 31, 13 and 18. RGB value is (49,19,24). Sum of RGB (Red+Green+Blue) = 49+19+24=92 (12% of max value = 765). Red value is 49 (19.53% from 255 or 53.26% from 92); Green value is 19 (7.81% from 255 or 20.65% from 92); Blue value is 24 (9.77% from 255 or 26.09% from 92); Max value from RGB is 49 - color contains mainly: red. Hex color #311318 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311318 is #CEECE7. Grayscale: #1C1C1C. Windows color (decimal): -13561064 or 1577777. OLE color: 1577777.

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

Color convert

RGB 49 19 24 -
CMYK 0 0.61 0.51 0.81
HSL 350º 0.44% 0.13% -
HSV(B) 350º 0.61% 0.19% -
XYZ 1.66 1.18 1.01 -
YUV 28.54 125.44 142.59 -
System Red Green Blue C M Y K H S L
Decimal 49 19 24 0 0.61 0.51 0.81 350 0.44 0.13
Hex 31 13 18 0 3D 33 51 15E 2C D
Octal 61 23 30 0 75 63 121 536 54 15
Binary 110001 10011 11000 0 111101 110011 1010001 101011110 101100 1101

Color Harmonies of #311318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311318

Black with #311318

Text Example


Text Example

White with #311318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311318; }

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

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

background-color css

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

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

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

border-color css

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

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

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