Html Css Color HEX #310615 Rustic Red

📋 copy color: '#310615'

red 49 ◦ green 6 ◦ blue 21

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

Shades of Rustic Red #310615

Tints of Rustic Red #310615

RGB

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

 GREEN value IS 6 (2.73% from 255) = 7.89%

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

R = 64.47%
G = 7.89%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.57

 K value IS 0.81

RGB Variations

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

Color information

#310615 (or 0x310615) is known color: Rustic Red. HEX triplet: 31, 06 and 15. RGB value is (49,6,21). Sum of RGB (Red+Green+Blue) = 49+6+21=76 (10% of max value = 765). Red value is 49 (19.53% from 255 or 64.47% from 76); Green value is 6 (2.73% from 255 or 7.89% from 76); Blue value is 21 (8.59% from 255 or 27.63% from 76); Max value from RGB is 49 - color contains mainly: red. Hex color #310615 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310615 is #CEF9EA. Grayscale: #141414. Windows color (decimal): -13564395 or 1377841. OLE color: 1377841.

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

Color convert

RGB 49 6 21 -
CMYK 0 0.88 0.57 0.81
HSL 339.07º 0.78% 0.11% -
HSV(B) 339.07º 0.88% 0.19% -
XYZ 1.47 0.84 0.79 -
YUV 20.57 128.25 148.28 -
System Red Green Blue C M Y K H S L
Decimal 49 6 21 0 0.88 0.57 0.81 339.07 0.78 0.11
Hex 31 6 15 0 58 39 51 153 4E B
Octal 61 6 25 0 130 71 121 523 116 13
Binary 110001 110 10101 0 1011000 111001 1010001 101010011 1001110 1011

Color Harmonies of #310615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310615

Black with #310615

Text Example


Text Example

White with #310615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310615; }

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

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

background-color css

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

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

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

border-color css

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

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

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