Html Css Color HEX #310C19 Rustic Red

📋 copy color: '#310C19'

red 49 ◦ green 12 ◦ blue 25

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

Shades of Rustic Red #310C19

Tints of Rustic Red #310C19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 29.07%

R = 56.98%
G = 13.95%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.49

 K value IS 0.81

RGB Variations

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

Color information

#310C19 (or 0x310C19) is known color: Rustic Red. HEX triplet: 31, 0C and 19. RGB value is (49,12,25). Sum of RGB (Red+Green+Blue) = 49+12+25=86 (11% of max value = 765). Red value is 49 (19.53% from 255 or 56.98% from 86); Green value is 12 (5.08% from 255 or 13.95% from 86); Blue value is 25 (10.16% from 255 or 29.07% from 86); Max value from RGB is 49 - color contains mainly: red. Hex color #310C19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310C19 is #CEF3E6. Grayscale: #181818. Windows color (decimal): -13562855 or 1641521. OLE color: 1641521.

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

Color convert

RGB 49 12 25 -
CMYK 0 0.76 0.49 0.81
HSL 338.92º 0.61% 0.12% -
HSV(B) 338.92º 0.76% 0.19% -
XYZ 1.57 0.99 1.03 -
YUV 24.55 128.26 145.44 -
System Red Green Blue C M Y K H S L
Decimal 49 12 25 0 0.76 0.49 0.81 338.92 0.61 0.12
Hex 31 C 19 0 4C 31 51 153 3D C
Octal 61 14 31 0 114 61 121 523 75 14
Binary 110001 1100 11001 0 1001100 110001 1010001 101010011 111101 1100

Color Harmonies of #310C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310C19

Black with #310C19

Text Example


Text Example

White with #310C19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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