#3D050F

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

Shades of Rustic Red #3D050F

Tints of Rustic Red #3D050F

Color information

#3D050F (or 0x3D050F) is unknown color: approx Rustic Red. HEX triplet: 3D, 05 and 0F. RGB value is (61,5,15). Sum of RGB (Red+Green+Blue) = 61+5+15=81 (10% of max value = 765). Red value is 61 (24.22% from 255 or 75.31% from 81); Green value is 5 (2.34% from 255 or 6.17% from 81); Blue value is 15 (6.25% from 255 or 18.52% from 81); Max value from RGB is 61 - color contains mainly: red. Hex color #3D050F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D050F is #C2FAF0. Grayscale: #161616. Windows color (decimal): -12778225 or 984381. OLE color: 984381.

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

Color convert

RGB61515-
CMYK00.920.750.76
HSL349.29º84.85%12.94%-
HSV(B)349.29º91.8%23.92%-
XYZ2.061.140.56-
YUV22.88123.55155.19-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 75.31%
GREEN value IS 5 (2.34% from 255) = 6.17%
BLUE value IS 15 (6.25% from 255) = 18.52%
R=75.31%
G=6.17%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.75
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6151500.920.750.76349.2984.8512.94
Hex3D5F05C4B4C15d55d
Octal75517013411311453512515
Binary1111011011111010111001001011100110010101110110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D050F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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