#3D050C

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

Shades of Rustic Red #3D050C

Tints of Rustic Red #3D050C

Color information

#3D050C (or 0x3D050C) is unknown color: approx Rustic Red. HEX triplet: 3D, 05 and 0C. RGB value is (61,5,12). Sum of RGB (Red+Green+Blue) = 61+5+12=78 (10% of max value = 765). Red value is 61 (24.22% from 255 or 78.21% from 78); Green value is 5 (2.34% from 255 or 6.41% from 78); Blue value is 12 (5.08% from 255 or 15.38% from 78); Max value from RGB is 61 - color contains mainly: red. Hex color #3D050C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D050C is #C2FAF3. Grayscale: #161616. Windows color (decimal): -12778228 or 787773. OLE color: 787773.

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

Color convert

RGB61512-
CMYK00.920.800.76
HSL352.5º84.85%12.94%-
HSV(B)352.5º91.8%23.92%-
XYZ2.051.130.46-
YUV22.54122.05155.43-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 78.21%
GREEN value IS 5 (2.34% from 255) = 6.41%
BLUE value IS 12 (5.08% from 255) = 15.38%
R=78.21%
G=6.41%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.80
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6151200.920.800.76352.584.8512.94
Hex3D5C05C504C16055d
Octal75514013412011454012515
Binary1111011011100010111001010000100110010110000010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D050C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,5,12); }

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

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

 a { background-color: rgb(61,5,12); }

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

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

 span { border-color: rgb(61,5,12); }

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