Html Css Color HEX #311218 Rustic Red

📋 copy color: '#311218'

red 49 ◦ green 18 ◦ blue 24

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

Shades of Rustic Red #311218

Tints of Rustic Red #311218

RGB

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

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

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

R = 53.85%
G = 19.78%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.51

 K value IS 0.81

RGB Variations

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

Color information

#311218 (or 0x311218) is known color: Rustic Red. HEX triplet: 31, 12 and 18. RGB value is (49,18,24). Sum of RGB (Red+Green+Blue) = 49+18+24=91 (12% of max value = 765). Red value is 49 (19.53% from 255 or 53.85% from 91); Green value is 18 (7.42% from 255 or 19.78% from 91); Blue value is 24 (9.77% from 255 or 26.37% from 91); Max value from RGB is 49 - color contains mainly: red. Hex color #311218 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311218 is #CEEDE7. Grayscale: #1B1B1B. Windows color (decimal): -13561320 or 1577521. OLE color: 1577521.

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

Color convert

RGB 49 18 24 -
CMYK 0 0.63 0.51 0.81
HSL 348.39º 0.46% 0.13% -
HSV(B) 348.39º 0.63% 0.19% -
XYZ 1.65 1.15 1 -
YUV 27.95 125.77 143.01 -
System Red Green Blue C M Y K H S L
Decimal 49 18 24 0 0.63 0.51 0.81 348.39 0.46 0.13
Hex 31 12 18 0 3F 33 51 15C 2E D
Octal 61 22 30 0 77 63 121 534 56 15
Binary 110001 10010 11000 0 111111 110011 1010001 101011100 101110 1101

Color Harmonies of #311218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311218

Black with #311218

Text Example


Text Example

White with #311218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311218; }

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

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

background-color css

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

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

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

border-color css

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

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

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