Html Css Color HEX #310415 Rustic Red

📋 copy color: '#310415'

red 49 ◦ green 4 ◦ blue 21

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

Shades of Rustic Red #310415

Tints of Rustic Red #310415

RGB

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

 GREEN value IS 4 (1.95% from 255) = 5.41%

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

R = 66.22%
G = 5.41%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.57

 K value IS 0.81

RGB Variations

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

Color information

#310415 (or 0x310415) is known color: Rustic Red. HEX triplet: 31, 04 and 15. RGB value is (49,4,21). Sum of RGB (Red+Green+Blue) = 49+4+21=74 (9% of max value = 765). Red value is 49 (19.53% from 255 or 66.22% from 74); Green value is 4 (1.95% from 255 or 5.41% from 74); Blue value is 21 (8.59% from 255 or 28.38% from 74); Max value from RGB is 49 - color contains mainly: red. Hex color #310415 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310415 is #CEFBEA. Grayscale: #131313. Windows color (decimal): -13564907 or 1377329. OLE color: 1377329.

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

Color convert

RGB 49 4 21 -
CMYK 0 0.92 0.57 0.81
HSL 337.33º 0.85% 0.1% -
HSV(B) 337.33º 0.92% 0.19% -
XYZ 1.45 0.79 0.79 -
YUV 19.39 128.91 149.12 -
System Red Green Blue C M Y K H S L
Decimal 49 4 21 0 0.92 0.57 0.81 337.33 0.85 0.1
Hex 31 4 15 0 5C 39 51 151 55 A
Octal 61 4 25 0 134 71 121 521 125 12
Binary 110001 100 10101 0 1011100 111001 1010001 101010001 1010101 1010

Color Harmonies of #310415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310415

Black with #310415

Text Example


Text Example

White with #310415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310415; }

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

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

background-color css

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

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

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

border-color css

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

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

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