Html Css Color HEX #31040C Rustic Red

📋 copy color: '#31040C'

red 49 ◦ green 4 ◦ blue 12

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

Shades of Rustic Red #31040C

Tints of Rustic Red #31040C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 6.15%

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

R = 75.38%
G = 6.15%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.76

 K value IS 0.81

RGB Variations

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

Color information

#31040C (or 0x31040C) is known color: Rustic Red. HEX triplet: 31, 04 and 0C. RGB value is (49,4,12). Sum of RGB (Red+Green+Blue) = 49+4+12=65 (8% of max value = 765). Red value is 49 (19.53% from 255 or 75.38% from 65); Green value is 4 (1.95% from 255 or 6.15% from 65); Blue value is 12 (5.08% from 255 or 18.46% from 65); Max value from RGB is 49 - color contains mainly: red. Hex color #31040C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #31040C is #CEFBF3. Grayscale: #121212. Windows color (decimal): -13564916 or 787505. OLE color: 787505.

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

Color convert

RGB 49 4 12 -
CMYK 0 0.92 0.76 0.81
HSL 349.33º 0.85% 0.1% -
HSV(B) 349.33º 0.92% 0.19% -
XYZ 1.38 0.77 0.42 -
YUV 18.37 124.41 149.85 -
System Red Green Blue C M Y K H S L
Decimal 49 4 12 0 0.92 0.76 0.81 349.33 0.85 0.1
Hex 31 4 C 0 5C 4C 51 15D 55 A
Octal 61 4 14 0 134 114 121 535 125 12
Binary 110001 100 1100 0 1011100 1001100 1010001 101011101 1010101 1010

Color Harmonies of #31040C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31040C

Black with #31040C

Text Example


Text Example

White with #31040C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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