Html Css Color HEX #310C17 Rustic Red

📋 copy color: '#310C17'

red 49 ◦ green 12 ◦ blue 23

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

Shades of Rustic Red #310C17

Tints of Rustic Red #310C17

RGB

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

 GREEN value IS 12 (5.08% from 255) = 14.29%

 BLUE value IS 23 (9.38% from 255) = 27.38%

R = 58.33%
G = 14.29%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.53

 K value IS 0.81

RGB Variations

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

Color information

#310C17 (or 0x310C17) is known color: Rustic Red. HEX triplet: 31, 0C and 17. RGB value is (49,12,23). Sum of RGB (Red+Green+Blue) = 49+12+23=84 (11% of max value = 765). Red value is 49 (19.53% from 255 or 58.33% from 84); Green value is 12 (5.08% from 255 or 14.29% from 84); Blue value is 23 (9.38% from 255 or 27.38% from 84); Max value from RGB is 49 - color contains mainly: red. Hex color #310C17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310C17 is #CEF3E8. Grayscale: #181818. Windows color (decimal): -13562857 or 1510449. OLE color: 1510449.

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

Color convert

RGB 49 12 23 -
CMYK 0 0.76 0.53 0.81
HSL 342.16º 0.61% 0.12% -
HSV(B) 342.16º 0.76% 0.19% -
XYZ 1.55 0.98 0.92 -
YUV 24.32 127.26 145.61 -
System Red Green Blue C M Y K H S L
Decimal 49 12 23 0 0.76 0.53 0.81 342.16 0.61 0.12
Hex 31 C 17 0 4C 35 51 156 3D C
Octal 61 14 27 0 114 65 121 526 75 14
Binary 110001 1100 10111 0 1001100 110101 1010001 101010110 111101 1100

Color Harmonies of #310C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310C17

Black with #310C17

Text Example


Text Example

White with #310C17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,12,23); }

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

background-color css

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

 a { background-color: rgb(49,12,23); }

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

border-color css

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

 span { border-color: rgb(49,12,23); }

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