Html Css Color HEX #311012 Rustic Red

📋 copy color: '#311012'

red 49 ◦ green 16 ◦ blue 18

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

Shades of Rustic Red #311012

Tints of Rustic Red #311012

RGB

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

 GREEN value IS 16 (6.64% from 255) = 19.28%

 BLUE value IS 18 (7.42% from 255) = 21.69%

R = 59.04%
G = 19.28%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.63

 K value IS 0.81

RGB Variations

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

Color information

#311012 (or 0x311012) is known color: Rustic Red. HEX triplet: 31, 10 and 12. RGB value is (49,16,18). Sum of RGB (Red+Green+Blue) = 49+16+18=83 (10% of max value = 765). Red value is 49 (19.53% from 255 or 59.04% from 83); Green value is 16 (6.64% from 255 or 19.28% from 83); Blue value is 18 (7.42% from 255 or 21.69% from 83); Max value from RGB is 49 - color contains mainly: red. Hex color #311012 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311012 is #CEEFED. Grayscale: #1A1A1A. Windows color (decimal): -13561838 or 1183793. OLE color: 1183793.

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

Color convert

RGB 49 16 18 -
CMYK 0 0.67 0.63 0.81
HSL 356.36º 0.51% 0.13% -
HSV(B) 356.36º 0.67% 0.19% -
XYZ 1.56 1.07 0.7 -
YUV 26.1 123.43 144.34 -
System Red Green Blue C M Y K H S L
Decimal 49 16 18 0 0.67 0.63 0.81 356.36 0.51 0.13
Hex 31 10 12 0 43 3F 51 164 33 D
Octal 61 20 22 0 103 77 121 544 63 15
Binary 110001 10000 10010 0 1000011 111111 1010001 101100100 110011 1101

Color Harmonies of #311012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311012

Black with #311012

Text Example


Text Example

White with #311012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311012; }

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

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

background-color css

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

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

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

border-color css

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

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

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