Html Css Color HEX #310211 Rustic Red

📋 copy color: '#310211'

red 49 ◦ green 2 ◦ blue 17

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

Shades of Rustic Red #310211

Tints of Rustic Red #310211

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.94%

 BLUE value IS 17 (7.03% from 255) = 25%

R = 72.06%
G = 2.94%
B = 25%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.65

 K value IS 0.81

RGB Variations

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

Color information

#310211 (or 0x310211) is known color: Rustic Red. HEX triplet: 31, 02 and 11. RGB value is (49,2,17). Sum of RGB (Red+Green+Blue) = 49+2+17=68 (9% of max value = 765). Red value is 49 (19.53% from 255 or 72.06% from 68); Green value is 2 (1.17% from 255 or 2.94% from 68); Blue value is 17 (7.03% from 255 or 25% from 68); Max value from RGB is 49 - color contains mainly: red. Hex color #310211 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310211 is #CEFDEE. Grayscale: #111111. Windows color (decimal): -13565423 or 1114673. OLE color: 1114673.

HSL color Cylindrical-coordinate representation of color #310211: hue angle of 340.85º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #310211 is Cyan = 0, Magento = 0.96, Yellow = 0.65 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 2 17 -
CMYK 0 0.96 0.65 0.81
HSL 340.85º 0.92% 0.1% -
HSV(B) 340.85º 0.96% 0.19% -
XYZ 1.39 0.74 0.6 -
YUV 17.76 127.57 150.28 -
System Red Green Blue C M Y K H S L
Decimal 49 2 17 0 0.96 0.65 0.81 340.85 0.92 0.1
Hex 31 2 11 0 60 41 51 155 5C A
Octal 61 2 21 0 140 101 121 525 134 12
Binary 110001 10 10001 0 1100000 1000001 1010001 101010101 1011100 1010

Color Harmonies of #310211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310211

Black with #310211

Text Example


Text Example

White with #310211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310211; }

 p { color: rgb(49,2,17); }

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

background-color css

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

 a { background-color: rgb(49,2,17); }

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

border-color css

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

 span { border-color: rgb(49,2,17); }

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