Html Css Color HEX #310915 Rustic Red

📋 copy color: '#310915'

red 49 ◦ green 9 ◦ blue 21

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

Shades of Rustic Red #310915

Tints of Rustic Red #310915

RGB

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

 GREEN value IS 9 (3.91% from 255) = 11.39%

 BLUE value IS 21 (8.59% from 255) = 26.58%

R = 62.03%
G = 11.39%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.57

 K value IS 0.81

RGB Variations

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

Color information

#310915 (or 0x310915) is known color: Rustic Red. HEX triplet: 31, 09 and 15. RGB value is (49,9,21). Sum of RGB (Red+Green+Blue) = 49+9+21=79 (10% of max value = 765). Red value is 49 (19.53% from 255 or 62.03% from 79); Green value is 9 (3.91% from 255 or 11.39% from 79); Blue value is 21 (8.59% from 255 or 26.58% from 79); Max value from RGB is 49 - color contains mainly: red. Hex color #310915 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310915 is #CEF6EA. Grayscale: #161616. Windows color (decimal): -13563627 or 1378609. OLE color: 1378609.

HSL color Cylindrical-coordinate representation of color #310915: hue angle of 342º degrees, saturation: 0.69, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #310915 is Cyan = 0, Magento = 0.82, Yellow = 0.57 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 9 21 -
CMYK 0 0.82 0.57 0.81
HSL 342º 0.69% 0.11% -
HSV(B) 342º 0.82% 0.19% -
XYZ 1.5 0.9 0.8 -
YUV 22.33 127.25 147.02 -
System Red Green Blue C M Y K H S L
Decimal 49 9 21 0 0.82 0.57 0.81 342 0.69 0.11
Hex 31 9 15 0 52 39 51 156 45 B
Octal 61 11 25 0 122 71 121 526 105 13
Binary 110001 1001 10101 0 1010010 111001 1010001 101010110 1000101 1011

Color Harmonies of #310915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310915

Black with #310915

Text Example


Text Example

White with #310915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310915; }

 p { color: rgb(49,9,21); }

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

background-color css

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

 a { background-color: rgb(49,9,21); }

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

border-color css

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

 span { border-color: rgb(49,9,21); }

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