Html Css Color HEX #310013 Rustic Red

📋 copy color: '#310013'

red 49 ◦ green 0 ◦ blue 19

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

Shades of Rustic Red #310013

Tints of Rustic Red #310013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 27.94%

R = 72.06%
G = 0%
B = 27.94%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.61

 K value IS 0.81

RGB Variations

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

Color information

#310013 (or 0x310013) is known color: Rustic Red. HEX triplet: 31, 00 and 13. RGB value is (49,0,19). Sum of RGB (Red+Green+Blue) = 49+0+19=68 (9% of max value = 765). Red value is 49 (19.53% from 255 or 72.06% from 68); Green value is 0 (0.39% from 255 or 0% from 68); Blue value is 19 (7.81% from 255 or 27.94% from 68); Max value from RGB is 49 - color contains mainly: red. Hex color #310013 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310013 is #CEFFEC. Grayscale: #101010. Windows color (decimal): -13565933 or 1245233. OLE color: 1245233.

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

Color convert

RGB 49 0 19 -
CMYK 0 1 0.61 0.81
HSL 336.73º 1% 0.1% -
HSV(B) 336.73º 1% 0.19% -
XYZ 1.38 0.7 0.68 -
YUV 16.82 129.23 150.96 -
System Red Green Blue C M Y K H S L
Decimal 49 0 19 0 1 0.61 0.81 336.73 1 0.1
Hex 31 0 13 0 64 3D 51 151 64 A
Octal 61 0 23 0 144 75 121 521 144 12
Binary 110001 0 10011 0 1100100 111101 1010001 101010001 1100100 1010

Color Harmonies of #310013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310013

Black with #310013

Text Example


Text Example

White with #310013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310013; }

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

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

background-color css

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

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

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

border-color css

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

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

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