Html Css Color HEX #310B17 Rustic Red

📋 copy color: '#310B17'

red 49 ◦ green 11 ◦ blue 23

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

Shades of Rustic Red #310B17

Tints of Rustic Red #310B17

RGB

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

 GREEN value IS 11 (4.69% from 255) = 13.25%

 BLUE value IS 23 (9.38% from 255) = 27.71%

R = 59.04%
G = 13.25%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.53

 K value IS 0.81

RGB Variations

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

Color information

#310B17 (or 0x310B17) is known color: Rustic Red. HEX triplet: 31, 0B and 17. RGB value is (49,11,23). Sum of RGB (Red+Green+Blue) = 49+11+23=83 (10% of max value = 765). Red value is 49 (19.53% from 255 or 59.04% from 83); Green value is 11 (4.69% from 255 or 13.25% from 83); Blue value is 23 (9.38% from 255 or 27.71% from 83); Max value from RGB is 49 - color contains mainly: red. Hex color #310B17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310B17 is #CEF4E8. Grayscale: #171717. Windows color (decimal): -13563113 or 1510193. OLE color: 1510193.

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

Color convert

RGB 49 11 23 -
CMYK 0 0.78 0.53 0.81
HSL 341.05º 0.63% 0.12% -
HSV(B) 341.05º 0.78% 0.19% -
XYZ 1.54 0.95 0.91 -
YUV 23.73 127.59 146.02 -
System Red Green Blue C M Y K H S L
Decimal 49 11 23 0 0.78 0.53 0.81 341.05 0.63 0.12
Hex 31 B 17 0 4E 35 51 155 3F C
Octal 61 13 27 0 116 65 121 525 77 14
Binary 110001 1011 10111 0 1001110 110101 1010001 101010101 111111 1100

Color Harmonies of #310B17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310B17

Black with #310B17

Text Example


Text Example

White with #310B17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,11,23); }

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

background-color css

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

 a { background-color: rgb(49,11,23); }

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

border-color css

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

 span { border-color: rgb(49,11,23); }

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