Html Css Color HEX #310212 Rustic Red

📋 copy color: '#310212'

red 49 ◦ green 2 ◦ blue 18

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

Shades of Rustic Red #310212

Tints of Rustic Red #310212

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.9%

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

R = 71.01%
G = 2.9%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.63

 K value IS 0.81

RGB Variations

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

Color information

#310212 (or 0x310212) is known color: Rustic Red. HEX triplet: 31, 02 and 12. RGB value is (49,2,18). Sum of RGB (Red+Green+Blue) = 49+2+18=69 (9% of max value = 765). Red value is 49 (19.53% from 255 or 71.01% from 69); Green value is 2 (1.17% from 255 or 2.90% from 69); Blue value is 18 (7.42% from 255 or 26.09% from 69); Max value from RGB is 49 - color contains mainly: red. Hex color #310212 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310212 is #CEFDED. Grayscale: #111111. Windows color (decimal): -13565422 or 1180209. OLE color: 1180209.

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

Color convert

RGB 49 2 18 -
CMYK 0 0.96 0.63 0.81
HSL 339.57º 0.92% 0.1% -
HSV(B) 339.57º 0.96% 0.19% -
XYZ 1.4 0.74 0.64 -
YUV 17.88 128.07 150.2 -
System Red Green Blue C M Y K H S L
Decimal 49 2 18 0 0.96 0.63 0.81 339.57 0.92 0.1
Hex 31 2 12 0 60 3F 51 154 5C A
Octal 61 2 22 0 140 77 121 524 134 12
Binary 110001 10 10010 0 1100000 111111 1010001 101010100 1011100 1010

Color Harmonies of #310212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310212

Black with #310212

Text Example


Text Example

White with #310212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310212; }

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

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

background-color css

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

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

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

border-color css

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

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

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