Html Css Color HEX #31040D Rustic Red

📋 copy color: '#31040D'

red 49 ◦ green 4 ◦ blue 13

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

Shades of Rustic Red #31040D

Tints of Rustic Red #31040D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 19.7%

R = 74.24%
G = 6.06%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.73

 K value IS 0.81

RGB Variations

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

Color information

#31040D (or 0x31040D) is known color: Rustic Red. HEX triplet: 31, 04 and 0D. RGB value is (49,4,13). Sum of RGB (Red+Green+Blue) = 49+4+13=66 (8% of max value = 765). Red value is 49 (19.53% from 255 or 74.24% from 66); Green value is 4 (1.95% from 255 or 6.06% from 66); Blue value is 13 (5.47% from 255 or 19.70% from 66); Max value from RGB is 49 - color contains mainly: red. Hex color #31040D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #31040D is #CEFBF2. Grayscale: #121212. Windows color (decimal): -13564915 or 853041. OLE color: 853041.

HSL color Cylindrical-coordinate representation of color #31040D: hue angle of 348º 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 #31040D is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 4 13 -
CMYK 0 0.92 0.73 0.81
HSL 348º 0.85% 0.1% -
HSV(B) 348º 0.92% 0.19% -
XYZ 1.38 0.77 0.46 -
YUV 18.48 124.91 149.77 -
System Red Green Blue C M Y K H S L
Decimal 49 4 13 0 0.92 0.73 0.81 348 0.85 0.1
Hex 31 4 D 0 5C 49 51 15C 55 A
Octal 61 4 15 0 134 111 121 534 125 12
Binary 110001 100 1101 0 1011100 1001001 1010001 101011100 1010101 1010

Color Harmonies of #31040D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31040D

Black with #31040D

Text Example


Text Example

White with #31040D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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