#3D0F11

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

Shades of Rustic Red #3D0F11

Tints of Rustic Red #3D0F11

Color information

#3D0F11 (or 0x3D0F11) is unknown color: approx Rustic Red. HEX triplet: 3D, 0F and 11. RGB value is (61,15,17). Sum of RGB (Red+Green+Blue) = 61+15+17=93 (12% of max value = 765). Red value is 61 (24.22% from 255 or 65.59% from 93); Green value is 15 (6.25% from 255 or 16.13% from 93); Blue value is 17 (7.03% from 255 or 18.28% from 93); Max value from RGB is 61 - color contains mainly: red. Hex color #3D0F11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D0F11 is #C2F0EE. Grayscale: #1D1D1D. Windows color (decimal): -12775663 or 1118013. OLE color: 1118013.

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

Color convert

RGB611517-
CMYK00.750.720.76
HSL357.39º60.53%14.9%-
HSV(B)357.39º75.41%23.92%-
XYZ2.21.370.68-
YUV28.98121.24150.84-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 65.59%
GREEN value IS 15 (6.25% from 255) = 16.13%
BLUE value IS 17 (7.03% from 255) = 18.28%
R=65.59%
G=16.13%
B=18.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.72
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61151700.750.720.76357.3960.5314.9
Hex3DF1104B484C1653df
Octal75172101131101145457517
Binary11110111111000101001011100100010011001011001011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D0F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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