Html Css Color HEX #310C0D Rustic Red

📋 copy color: '#310C0D'

red 49 ◦ green 12 ◦ blue 13

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

Shades of Rustic Red #310C0D

Tints of Rustic Red #310C0D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 16.22%

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

R = 66.22%
G = 16.22%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.73

 K value IS 0.81

RGB Variations

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

Color information

#310C0D (or 0x310C0D) is known color: Rustic Red. HEX triplet: 31, 0C and 0D. RGB value is (49,12,13). Sum of RGB (Red+Green+Blue) = 49+12+13=74 (9% of max value = 765). Red value is 49 (19.53% from 255 or 66.22% from 74); Green value is 12 (5.08% from 255 or 16.22% from 74); Blue value is 13 (5.47% from 255 or 17.57% from 74); Max value from RGB is 49 - color contains mainly: red. Hex color #310C0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310C0D is #CEF3F2. Grayscale: #171717. Windows color (decimal): -13562867 or 855089. OLE color: 855089.

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

Color convert

RGB 49 12 13 -
CMYK 0 0.76 0.73 0.81
HSL 358.38º 0.61% 0.12% -
HSV(B) 358.38º 0.76% 0.19% -
XYZ 1.47 0.94 0.49 -
YUV 23.18 122.26 146.42 -
System Red Green Blue C M Y K H S L
Decimal 49 12 13 0 0.76 0.73 0.81 358.38 0.61 0.12
Hex 31 C D 0 4C 49 51 166 3D C
Octal 61 14 15 0 114 111 121 546 75 14
Binary 110001 1100 1101 0 1001100 1001001 1010001 101100110 111101 1100

Color Harmonies of #310C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310C0D

Black with #310C0D

Text Example


Text Example

White with #310C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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