Html Css Color HEX #31010C Rustic Red

📋 copy color: '#31010C'

red 49 ◦ green 1 ◦ blue 12

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

Shades of Rustic Red #31010C

Tints of Rustic Red #31010C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.61%

 BLUE value IS 12 (5.08% from 255) = 19.35%

R = 79.03%
G = 1.61%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.76

 K value IS 0.81

RGB Variations

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

Color information

#31010C (or 0x31010C) is known color: Rustic Red. HEX triplet: 31, 01 and 0C. RGB value is (49,1,12). Sum of RGB (Red+Green+Blue) = 49+1+12=62 (8% of max value = 765). Red value is 49 (19.53% from 255 or 79.03% from 62); Green value is 1 (0.78% from 255 or 1.61% from 62); Blue value is 12 (5.08% from 255 or 19.35% from 62); Max value from RGB is 49 - color contains mainly: red. Hex color #31010C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #31010C is #CEFEF3. Grayscale: #101010. Windows color (decimal): -13565684 or 786737. OLE color: 786737.

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

Color convert

RGB 49 1 12 -
CMYK 0 0.98 0.76 0.81
HSL 346.25º 0.96% 0.1% -
HSV(B) 346.25º 0.98% 0.19% -
XYZ 1.34 0.7 0.41 -
YUV 16.61 125.4 151.11 -
System Red Green Blue C M Y K H S L
Decimal 49 1 12 0 0.98 0.76 0.81 346.25 0.96 0.1
Hex 31 1 C 0 62 4C 51 15A 60 A
Octal 61 1 14 0 142 114 121 532 140 12
Binary 110001 1 1100 0 1100010 1001100 1010001 101011010 1100000 1010

Color Harmonies of #31010C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31010C

Black with #31010C

Text Example


Text Example

White with #31010C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31010C; }

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

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

background-color css

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

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

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

border-color css

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

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

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