Html Css Color HEX #310D0F Rustic Red

📋 copy color: '#310D0F'

red 49 ◦ green 13 ◦ blue 15

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

Shades of Rustic Red #310D0F

Tints of Rustic Red #310D0F

RGB

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

 GREEN value IS 13 (5.47% from 255) = 16.88%

 BLUE value IS 15 (6.25% from 255) = 19.48%

R = 63.64%
G = 16.88%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.69

 K value IS 0.81

RGB Variations

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

Color information

#310D0F (or 0x310D0F) is known color: Rustic Red. HEX triplet: 31, 0D and 0F. RGB value is (49,13,15). Sum of RGB (Red+Green+Blue) = 49+13+15=77 (10% of max value = 765). Red value is 49 (19.53% from 255 or 63.64% from 77); Green value is 13 (5.47% from 255 or 16.88% from 77); Blue value is 15 (6.25% from 255 or 19.48% from 77); Max value from RGB is 49 - color contains mainly: red. Hex color #310D0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310D0F is #CEF2F0. Grayscale: #181818. Windows color (decimal): -13562609 or 986417. OLE color: 986417.

HSL color Cylindrical-coordinate representation of color #310D0F: hue angle of 356.67º degrees, saturation: 0.58, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #310D0F is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 13 15 -
CMYK 0 0.73 0.69 0.81
HSL 356.67º 0.58% 0.12% -
HSV(B) 356.67º 0.73% 0.19% -
XYZ 1.5 0.98 0.56 -
YUV 23.99 122.93 145.84 -
System Red Green Blue C M Y K H S L
Decimal 49 13 15 0 0.73 0.69 0.81 356.67 0.58 0.12
Hex 31 D F 0 49 45 51 165 3A C
Octal 61 15 17 0 111 105 121 545 72 14
Binary 110001 1101 1111 0 1001001 1000101 1010001 101100101 111010 1100

Color Harmonies of #310D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310D0F

Black with #310D0F

Text Example


Text Example

White with #310D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310D0F; }

 p { color: rgb(49,13,15); }

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

background-color css

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

 a { background-color: rgb(49,13,15); }

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

border-color css

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

 span { border-color: rgb(49,13,15); }

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