Html Css Color HEX #310012 Rustic Red

📋 copy color: '#310012'

red 49 ◦ green 0 ◦ blue 18

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

Shades of Rustic Red #310012

Tints of Rustic Red #310012

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 73.13%
G = 0%
B = 26.87%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.63

 K value IS 0.81

RGB Variations

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

Color information

#310012 (or 0x310012) is known color: Rustic Red. HEX triplet: 31, 00 and 12. RGB value is (49,0,18). Sum of RGB (Red+Green+Blue) = 49+0+18=67 (8% of max value = 765). Red value is 49 (19.53% from 255 or 73.13% from 67); Green value is 0 (0.39% from 255 or 0% from 67); Blue value is 18 (7.42% from 255 or 26.87% from 67); Max value from RGB is 49 - color contains mainly: red. Hex color #310012 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310012 is #CEFFED. Grayscale: #101010. Windows color (decimal): -13565934 or 1179697. OLE color: 1179697.

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

Color convert

RGB 49 0 18 -
CMYK 0 1 0.63 0.81
HSL 337.96º 1% 0.1% -
HSV(B) 337.96º 1% 0.19% -
XYZ 1.38 0.7 0.63 -
YUV 16.7 128.73 151.04 -
System Red Green Blue C M Y K H S L
Decimal 49 0 18 0 1 0.63 0.81 337.96 1 0.1
Hex 31 0 12 0 64 3F 51 152 64 A
Octal 61 0 22 0 144 77 121 522 144 12
Binary 110001 0 10010 0 1100100 111111 1010001 101010010 1100100 1010

Color Harmonies of #310012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310012

Black with #310012

Text Example


Text Example

White with #310012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310012; }

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

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

background-color css

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

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

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

border-color css

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

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

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