#3d1113

Color #3D1113 Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #3D1113

Tints of Rustic Red #3D1113

Color information

#3D1113 (or 0x3D1113) is unknown color: approx Rustic Red. HEX triplet: 3D, 11 and 13. RGB value is (61,17,19). Sum of RGB (Red+Green+Blue) = 61+17+19=97 (12% of max value = 765). Red value is 61 (24.22% from 255 or 62.89% from 97); Green value is 17 (7.03% from 255 or 17.53% from 97); Blue value is 19 (7.81% from 255 or 19.59% from 97); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1113 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D1113 is #C2EEEC. Grayscale: #1E1E1E. Windows color (decimal): -12775149 or 1249597. OLE color: 1249597.

HSL color Cylindrical-coordinate representation of color #3D1113: hue angle of 357.27º degrees, saturation: 0.56, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3D1113 is Cyan = 0, Magento = 0.72, Yellow = 0.69 and Black (K on CMYK) = 0.76.

Color convert

RGB611719-
CMYK00.720.690.76
HSL357.27º56.41%15.29%-
HSV(B)357.27º72.13%23.92%-
XYZ2.241.440.78-
YUV30.38121.58149.84-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 62.89%
GREEN value IS 17 (7.03% from 255) = 17.53%
BLUE value IS 19 (7.81% from 255) = 19.59%
R=62.89%
G=17.53%
B=19.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.69
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61171900.720.690.76357.2756.4115.29
Hex3D1113048454C16538f
Octal75212301101051145457017
Binary111101100011001101001000100010110011001011001011110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3d1113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3d1113; }

 p { color: rgb(61,17,19); }

 H1.HeaderClassName
 {
   color: #3d1113;
 }
 .AnyTagClassName
 {
   color: #3d1113;
 }
</style>
background-color css

<style>
 a { background-color: #3d1113; }

 a { background-color: rgb(61,17,19); }

 div.DivClassName
 {
   background-color: #3d1113;
 }
 .BgClassName
 {
   background-color: #3d1113;
 }
</style>
border-color css

<style>
 span { border-color: #3d1113; }

 span { border-color: rgb(61,17,19); }

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