Html Css Color HEX #31010D Rustic Red

📋 copy color: '#31010D'

red 49 ◦ green 1 ◦ blue 13

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

Shades of Rustic Red #31010D

Tints of Rustic Red #31010D

RGB

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

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

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

R = 77.78%
G = 1.59%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.73

 K value IS 0.81

RGB Variations

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

Color information

#31010D (or 0x31010D) is known color: Rustic Red. HEX triplet: 31, 01 and 0D. RGB value is (49,1,13). Sum of RGB (Red+Green+Blue) = 49+1+13=63 (8% of max value = 765). Red value is 49 (19.53% from 255 or 77.78% from 63); Green value is 1 (0.78% from 255 or 1.59% from 63); Blue value is 13 (5.47% from 255 or 20.63% from 63); Max value from RGB is 49 - color contains mainly: red. Hex color #31010D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #31010D is #CEFEF2. Grayscale: #101010. Windows color (decimal): -13565683 or 852273. OLE color: 852273.

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

Color convert

RGB 49 1 13 -
CMYK 0 0.98 0.73 0.81
HSL 345º 0.96% 0.1% -
HSV(B) 345º 0.98% 0.19% -
XYZ 1.35 0.7 0.45 -
YUV 16.72 125.9 151.02 -
System Red Green Blue C M Y K H S L
Decimal 49 1 13 0 0.98 0.73 0.81 345 0.96 0.1
Hex 31 1 D 0 62 49 51 159 60 A
Octal 61 1 15 0 142 111 121 531 140 12
Binary 110001 1 1101 0 1100010 1001001 1010001 101011001 1100000 1010

Color Harmonies of #31010D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31010D

Black with #31010D

Text Example


Text Example

White with #31010D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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