#3D0D10

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

Shades of Rustic Red #3D0D10

Tints of Rustic Red #3D0D10

Color information

#3D0D10 (or 0x3D0D10) is unknown color: approx Rustic Red. HEX triplet: 3D, 0D and 10. RGB value is (61,13,16). Sum of RGB (Red+Green+Blue) = 61+13+16=90 (11% of max value = 765). Red value is 61 (24.22% from 255 or 67.78% from 90); Green value is 13 (5.47% from 255 or 14.44% from 90); Blue value is 16 (6.64% from 255 or 17.78% from 90); Max value from RGB is 61 - color contains mainly: red. Hex color #3D0D10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D0D10 is #C2F2EF. Grayscale: #1B1B1B. Windows color (decimal): -12776176 or 1051965. OLE color: 1051965.

HSL color Cylindrical-coordinate representation of color #3D0D10: hue angle of 356.25º 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 #3D0D10 is Cyan = 0, Magento = 0.79, Yellow = 0.74 and Black (K on CMYK) = 0.76.

Color convert

RGB611316-
CMYK00.790.740.76
HSL356.25º64.86%14.51%-
HSV(B)356.25º78.69%23.92%-
XYZ2.161.320.63-
YUV27.69121.4151.76-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 67.78%
GREEN value IS 13 (5.47% from 255) = 14.44%
BLUE value IS 16 (6.64% from 255) = 17.78%
R=67.78%
G=14.44%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.74
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61131600.790.740.76356.2564.8614.51
Hex3DD1004F4A4C16441f
Octal751520011711211454410117
Binary111101110110000010011111001010100110010110010010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D0D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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