Html Css Color HEX #310312 Rustic Red

📋 copy color: '#310312'

red 49 ◦ green 3 ◦ blue 18

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

Shades of Rustic Red #310312

Tints of Rustic Red #310312

RGB

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

 GREEN value IS 3 (1.56% from 255) = 4.29%

 BLUE value IS 18 (7.42% from 255) = 25.71%

R = 70%
G = 4.29%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.63

 K value IS 0.81

RGB Variations

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

Color information

#310312 (or 0x310312) is known color: Rustic Red. HEX triplet: 31, 03 and 12. RGB value is (49,3,18). Sum of RGB (Red+Green+Blue) = 49+3+18=70 (9% of max value = 765). Red value is 49 (19.53% from 255 or 70% from 70); Green value is 3 (1.56% from 255 or 4.29% from 70); Blue value is 18 (7.42% from 255 or 25.71% from 70); Max value from RGB is 49 - color contains mainly: red. Hex color #310312 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310312 is #CEFCED. Grayscale: #121212. Windows color (decimal): -13565166 or 1180465. OLE color: 1180465.

HSL color Cylindrical-coordinate representation of color #310312: hue angle of 340.43º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #310312 is Cyan = 0, Magento = 0.94, Yellow = 0.63 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 3 18 -
CMYK 0 0.94 0.63 0.81
HSL 340.43º 0.88% 0.1% -
HSV(B) 340.43º 0.94% 0.19% -
XYZ 1.41 0.76 0.65 -
YUV 18.46 127.74 149.78 -
System Red Green Blue C M Y K H S L
Decimal 49 3 18 0 0.94 0.63 0.81 340.43 0.88 0.1
Hex 31 3 12 0 5E 3F 51 154 58 A
Octal 61 3 22 0 136 77 121 524 130 12
Binary 110001 11 10010 0 1011110 111111 1010001 101010100 1011000 1010

Color Harmonies of #310312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310312

Black with #310312

Text Example


Text Example

White with #310312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310312; }

 p { color: rgb(49,3,18); }

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

background-color css

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

 a { background-color: rgb(49,3,18); }

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

border-color css

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

 span { border-color: rgb(49,3,18); }

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