Html Css Color HEX #310316 Rustic Red

📋 copy color: '#310316'

red 49 ◦ green 3 ◦ blue 22

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

Shades of Rustic Red #310316

Tints of Rustic Red #310316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 29.73%

R = 66.22%
G = 4.05%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.55

 K value IS 0.81

RGB Variations

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

Color information

#310316 (or 0x310316) is known color: Rustic Red. HEX triplet: 31, 03 and 16. RGB value is (49,3,22). Sum of RGB (Red+Green+Blue) = 49+3+22=74 (9% of max value = 765). Red value is 49 (19.53% from 255 or 66.22% from 74); Green value is 3 (1.56% from 255 or 4.05% from 74); Blue value is 22 (8.98% from 255 or 29.73% from 74); Max value from RGB is 49 - color contains mainly: red. Hex color #310316 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310316 is #CEFCE9. Grayscale: #121212. Windows color (decimal): -13565162 or 1442609. OLE color: 1442609.

HSL color Cylindrical-coordinate representation of color #310316: hue angle of 335.22º 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 #310316 is Cyan = 0, Magento = 0.94, Yellow = 0.55 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 3 22 -
CMYK 0 0.94 0.55 0.81
HSL 335.22º 0.88% 0.1% -
HSV(B) 335.22º 0.94% 0.19% -
XYZ 1.44 0.78 0.83 -
YUV 18.92 129.74 149.46 -
System Red Green Blue C M Y K H S L
Decimal 49 3 22 0 0.94 0.55 0.81 335.22 0.88 0.1
Hex 31 3 16 0 5E 37 51 14F 58 A
Octal 61 3 26 0 136 67 121 517 130 12
Binary 110001 11 10110 0 1011110 110111 1010001 101001111 1011000 1010

Color Harmonies of #310316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310316

Black with #310316

Text Example


Text Example

White with #310316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310316; }

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

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

background-color css

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

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

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

border-color css

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

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

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