#3D0D11

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

Shades of Rustic Red #3D0D11

Tints of Rustic Red #3D0D11

Color information

#3D0D11 (or 0x3D0D11) is unknown color: approx Rustic Red. HEX triplet: 3D, 0D and 11. RGB value is (61,13,17). Sum of RGB (Red+Green+Blue) = 61+13+17=91 (12% of max value = 765). Red value is 61 (24.22% from 255 or 67.03% from 91); Green value is 13 (5.47% from 255 or 14.29% from 91); Blue value is 17 (7.03% from 255 or 18.68% from 91); Max value from RGB is 61 - color contains mainly: red. Hex color #3D0D11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D0D11 is #C2F2EE. Grayscale: #1B1B1B. Windows color (decimal): -12776175 or 1117501. OLE color: 1117501.

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

Color convert

RGB611317-
CMYK00.790.720.76
HSL355º64.86%14.51%-
HSV(B)355º78.69%23.92%-
XYZ2.171.320.67-
YUV27.81121.9151.67-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 67.03%
GREEN value IS 13 (5.47% from 255) = 14.29%
BLUE value IS 17 (7.03% from 255) = 18.68%
R=67.03%
G=14.29%
B=18.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.72
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61131700.790.720.7635564.8614.51
Hex3DD1104F484C16341f
Octal751521011711011454310117
Binary111101110110001010011111001000100110010110001110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D0D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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