Html Css Color HEX #310011 Rustic Red

📋 copy color: '#310011'

red 49 ◦ green 0 ◦ blue 17

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

Shades of Rustic Red #310011

Tints of Rustic Red #310011

RGB

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

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

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

R = 74.24%
G = 0%
B = 25.76%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.65

 K value IS 0.81

RGB Variations

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

Color information

#310011 (or 0x310011) is known color: Rustic Red. HEX triplet: 31, 00 and 11. RGB value is (49,0,17). Sum of RGB (Red+Green+Blue) = 49+0+17=66 (8% of max value = 765). Red value is 49 (19.53% from 255 or 74.24% from 66); Green value is 0 (0.39% from 255 or 0% from 66); Blue value is 17 (7.03% from 255 or 25.76% from 66); Max value from RGB is 49 - color contains mainly: red. Hex color #310011 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310011 is #CEFFEE. Grayscale: #101010. Windows color (decimal): -13565935 or 1114161. OLE color: 1114161.

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

Color convert

RGB 49 0 17 -
CMYK 0 1 0.65 0.81
HSL 339.18º 1% 0.1% -
HSV(B) 339.18º 1% 0.19% -
XYZ 1.37 0.69 0.59 -
YUV 16.59 128.23 151.12 -
System Red Green Blue C M Y K H S L
Decimal 49 0 17 0 1 0.65 0.81 339.18 1 0.1
Hex 31 0 11 0 64 41 51 153 64 A
Octal 61 0 21 0 144 101 121 523 144 12
Binary 110001 0 10001 0 1100100 1000001 1010001 101010011 1100100 1010

Color Harmonies of #310011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310011

Black with #310011

Text Example


Text Example

White with #310011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310011; }

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

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

background-color css

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

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

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

border-color css

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

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

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