Html Css Color HEX #310A0D Rustic Red

📋 copy color: '#310A0D'

red 49 ◦ green 10 ◦ blue 13

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

Shades of Rustic Red #310A0D

Tints of Rustic Red #310A0D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 13.89%

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

R = 68.06%
G = 13.89%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.73

 K value IS 0.81

RGB Variations

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

Color information

#310A0D (or 0x310A0D) is known color: Rustic Red. HEX triplet: 31, 0A and 0D. RGB value is (49,10,13). Sum of RGB (Red+Green+Blue) = 49+10+13=72 (9% of max value = 765). Red value is 49 (19.53% from 255 or 68.06% from 72); Green value is 10 (4.30% from 255 or 13.89% from 72); Blue value is 13 (5.47% from 255 or 18.06% from 72); Max value from RGB is 49 - color contains mainly: red. Hex color #310A0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310A0D is #CEF5F2. Grayscale: #161616. Windows color (decimal): -13563379 or 854577. OLE color: 854577.

HSL color Cylindrical-coordinate representation of color #310A0D: hue angle of 355.38º degrees, saturation: 0.66, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #310A0D is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 10 13 -
CMYK 0 0.80 0.73 0.81
HSL 355.38º 0.66% 0.12% -
HSV(B) 355.38º 0.8% 0.19% -
XYZ 1.45 0.9 0.48 -
YUV 22 122.92 147.26 -
System Red Green Blue C M Y K H S L
Decimal 49 10 13 0 0.80 0.73 0.81 355.38 0.66 0.12
Hex 31 A D 0 50 49 51 163 42 C
Octal 61 12 15 0 120 111 121 543 102 14
Binary 110001 1010 1101 0 1010000 1001001 1010001 101100011 1000010 1100

Color Harmonies of #310A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310A0D

Black with #310A0D

Text Example


Text Example

White with #310A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310A0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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