Html Css Color HEX #310C14 Rustic Red

📋 copy color: '#310C14'

red 49 ◦ green 12 ◦ blue 20

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

Shades of Rustic Red #310C14

Tints of Rustic Red #310C14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 24.69%

R = 60.49%
G = 14.81%
B = 24.69%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.59

 K value IS 0.81

RGB Variations

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

Color information

#310C14 (or 0x310C14) is known color: Rustic Red. HEX triplet: 31, 0C and 14. RGB value is (49,12,20). Sum of RGB (Red+Green+Blue) = 49+12+20=81 (10% of max value = 765). Red value is 49 (19.53% from 255 or 60.49% from 81); Green value is 12 (5.08% from 255 or 14.81% from 81); Blue value is 20 (8.20% from 255 or 24.69% from 81); Max value from RGB is 49 - color contains mainly: red. Hex color #310C14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310C14 is #CEF3EB. Grayscale: #171717. Windows color (decimal): -13562860 or 1313841. OLE color: 1313841.

HSL color Cylindrical-coordinate representation of color #310C14: hue angle of 347.03º 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 #310C14 is Cyan = 0, Magento = 0.76, Yellow = 0.59 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 12 20 -
CMYK 0 0.76 0.59 0.81
HSL 347.03º 0.61% 0.12% -
HSV(B) 347.03º 0.76% 0.19% -
XYZ 1.52 0.97 0.77 -
YUV 23.98 125.76 145.85 -
System Red Green Blue C M Y K H S L
Decimal 49 12 20 0 0.76 0.59 0.81 347.03 0.61 0.12
Hex 31 C 14 0 4C 3B 51 15B 3D C
Octal 61 14 24 0 114 73 121 533 75 14
Binary 110001 1100 10100 0 1001100 111011 1010001 101011011 111101 1100

Color Harmonies of #310C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310C14

Black with #310C14

Text Example


Text Example

White with #310C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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