#3D0A0D

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

Shades of Rustic Red #3D0A0D

Tints of Rustic Red #3D0A0D

Color information

#3D0A0D (or 0x3D0A0D) is unknown color: approx Rustic Red. HEX triplet: 3D, 0A and 0D. RGB value is (61,10,13). Sum of RGB (Red+Green+Blue) = 61+10+13=84 (11% of max value = 765). Red value is 61 (24.22% from 255 or 72.62% from 84); Green value is 10 (4.30% from 255 or 11.90% from 84); Blue value is 13 (5.47% from 255 or 15.48% from 84); Max value from RGB is 61 - color contains mainly: red. Hex color #3D0A0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D0A0D is #C2F5F2. Grayscale: #191919. Windows color (decimal): -12776947 or 854589. OLE color: 854589.

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

Color convert

RGB611013-
CMYK00.840.790.76
HSL356.47º71.83%13.92%-
HSV(B)356.47º83.61%23.92%-
XYZ2.111.240.51-
YUV25.59120.9153.26-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 72.62%
GREEN value IS 10 (4.30% from 255) = 11.90%
BLUE value IS 13 (5.47% from 255) = 15.48%
R=72.62%
G=11.90%
B=15.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.79
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61101300.840.790.76356.4771.8313.92
Hex3DAD0544F4C16448e
Octal751215012411711454411016
Binary11110110101101010101001001111100110010110010010010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D0A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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