Html Css Color HEX #310F13 Rustic Red

📋 copy color: '#310F13'

red 49 ◦ green 15 ◦ blue 19

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

Shades of Rustic Red #310F13

Tints of Rustic Red #310F13

RGB

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

 GREEN value IS 15 (6.25% from 255) = 18.07%

 BLUE value IS 19 (7.81% from 255) = 22.89%

R = 59.04%
G = 18.07%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.61

 K value IS 0.81

RGB Variations

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

Color information

#310F13 (or 0x310F13) is known color: Rustic Red. HEX triplet: 31, 0F and 13. RGB value is (49,15,19). Sum of RGB (Red+Green+Blue) = 49+15+19=83 (10% of max value = 765). Red value is 49 (19.53% from 255 or 59.04% from 83); Green value is 15 (6.25% from 255 or 18.07% from 83); Blue value is 19 (7.81% from 255 or 22.89% from 83); Max value from RGB is 49 - color contains mainly: red. Hex color #310F13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310F13 is #CEF0EC. Grayscale: #191919. Windows color (decimal): -13562093 or 1249073. OLE color: 1249073.

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

Color convert

RGB 49 15 19 -
CMYK 0 0.69 0.61 0.81
HSL 352.94º 0.53% 0.13% -
HSV(B) 352.94º 0.69% 0.19% -
XYZ 1.55 1.04 0.74 -
YUV 25.62 124.26 144.67 -
System Red Green Blue C M Y K H S L
Decimal 49 15 19 0 0.69 0.61 0.81 352.94 0.53 0.13
Hex 31 F 13 0 45 3D 51 161 35 D
Octal 61 17 23 0 105 75 121 541 65 15
Binary 110001 1111 10011 0 1000101 111101 1010001 101100001 110101 1101

Color Harmonies of #310F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310F13

Black with #310F13

Text Example


Text Example

White with #310F13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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