#3D0412

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

Shades of Rustic Red #3D0412

Tints of Rustic Red #3D0412

Color information

#3D0412 (or 0x3D0412) is unknown color: approx Rustic Red. HEX triplet: 3D, 04 and 12. RGB value is (61,4,18). Sum of RGB (Red+Green+Blue) = 61+4+18=83 (10% of max value = 765). Red value is 61 (24.22% from 255 or 73.49% from 83); Green value is 4 (1.95% from 255 or 4.82% from 83); Blue value is 18 (7.42% from 255 or 21.69% from 83); Max value from RGB is 61 - color contains mainly: red. Hex color #3D0412 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D0412 is #C2FBED. Grayscale: #161616. Windows color (decimal): -12778478 or 1180733. OLE color: 1180733.

HSL color Cylindrical-coordinate representation of color #3D0412: hue angle of 345.26º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3D0412 is Cyan = 0, Magento = 0.93, Yellow = 0.70 and Black (K on CMYK) = 0.76.

Color convert

RGB61418-
CMYK00.930.700.76
HSL345.26º87.69%12.75%-
HSV(B)345.26º93.44%23.92%-
XYZ2.081.120.68-
YUV22.64125.38155.36-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 73.49%
GREEN value IS 4 (1.95% from 255) = 4.82%
BLUE value IS 18 (7.42% from 255) = 21.69%
R=73.49%
G=4.82%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.70
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6141800.930.700.76345.2687.6912.75
Hex3D41205D464C15958d
Octal75422013510611453113015
Binary11110110010010010111011000110100110010101100110110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D0412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,4,18); }

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

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

 a { background-color: rgb(61,4,18); }

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

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

 span { border-color: rgb(61,4,18); }

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