Html Css Color HEX #310014 Rustic Red

📋 copy color: '#310014'

red 49 ◦ green 0 ◦ blue 20

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

Shades of Rustic Red #310014

Tints of Rustic Red #310014

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 71.01%
G = 0%
B = 28.99%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.59

 K value IS 0.81

RGB Variations

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

Color information

#310014 (or 0x310014) is known color: Rustic Red. HEX triplet: 31, 00 and 14. RGB value is (49,0,20). Sum of RGB (Red+Green+Blue) = 49+0+20=69 (9% of max value = 765). Red value is 49 (19.53% from 255 or 71.01% from 69); Green value is 0 (0.39% from 255 or 0% from 69); Blue value is 20 (8.20% from 255 or 28.99% from 69); Max value from RGB is 49 - color contains mainly: red. Hex color #310014 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310014 is #CEFFEB. Grayscale: #101010. Windows color (decimal): -13565932 or 1310769. OLE color: 1310769.

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

Color convert

RGB 49 0 20 -
CMYK 0 1 0.59 0.81
HSL 335.51º 1% 0.1% -
HSV(B) 335.51º 1% 0.19% -
XYZ 1.39 0.7 0.72 -
YUV 16.93 129.73 150.87 -
System Red Green Blue C M Y K H S L
Decimal 49 0 20 0 1 0.59 0.81 335.51 1 0.1
Hex 31 0 14 0 64 3B 51 150 64 A
Octal 61 0 24 0 144 73 121 520 144 12
Binary 110001 0 10100 0 1100100 111011 1010001 101010000 1100100 1010

Color Harmonies of #310014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310014

Black with #310014

Text Example


Text Example

White with #310014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310014; }

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

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

background-color css

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

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

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

border-color css

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

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

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