Html Css Color HEX #310214 Rustic Red

📋 copy color: '#310214'

red 49 ◦ green 2 ◦ blue 20

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

Shades of Rustic Red #310214

Tints of Rustic Red #310214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 28.17%

R = 69.01%
G = 2.82%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.59

 K value IS 0.81

RGB Variations

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

Color information

#310214 (or 0x310214) is known color: Rustic Red. HEX triplet: 31, 02 and 14. RGB value is (49,2,20). Sum of RGB (Red+Green+Blue) = 49+2+20=71 (9% of max value = 765). Red value is 49 (19.53% from 255 or 69.01% from 71); Green value is 2 (1.17% from 255 or 2.82% from 71); Blue value is 20 (8.20% from 255 or 28.17% from 71); Max value from RGB is 49 - color contains mainly: red. Hex color #310214 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310214 is #CEFDEB. Grayscale: #121212. Windows color (decimal): -13565420 or 1311281. OLE color: 1311281.

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

Color convert

RGB 49 2 20 -
CMYK 0 0.96 0.59 0.81
HSL 337.02º 0.92% 0.1% -
HSV(B) 337.02º 0.96% 0.19% -
XYZ 1.41 0.75 0.73 -
YUV 18.11 129.07 150.04 -
System Red Green Blue C M Y K H S L
Decimal 49 2 20 0 0.96 0.59 0.81 337.02 0.92 0.1
Hex 31 2 14 0 60 3B 51 151 5C A
Octal 61 2 24 0 140 73 121 521 134 12
Binary 110001 10 10100 0 1100000 111011 1010001 101010001 1011100 1010

Color Harmonies of #310214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310214

Black with #310214

Text Example


Text Example

White with #310214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310214; }

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

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

background-color css

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

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

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

border-color css

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

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

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