#3D0D1C

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

Shades of Rustic Red #3D0D1C

Tints of Rustic Red #3D0D1C

Color information

#3D0D1C (or 0x3D0D1C) is unknown color: approx Rustic Red. HEX triplet: 3D, 0D and 1C. RGB value is (61,13,28). Sum of RGB (Red+Green+Blue) = 61+13+28=102 (13% of max value = 765). Red value is 61 (24.22% from 255 or 59.80% from 102); Green value is 13 (5.47% from 255 or 12.75% from 102); Blue value is 28 (11.33% from 255 or 27.45% from 102); Max value from RGB is 61 - color contains mainly: red. Hex color #3D0D1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D0D1C is #C2F2E3. Grayscale: #1D1D1D. Windows color (decimal): -12776164 or 1838397. OLE color: 1838397.

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

Color convert

RGB611328-
CMYK00.790.540.76
HSL341.25º64.86%14.51%-
HSV(B)341.25º78.69%23.92%-
XYZ2.281.361.24-
YUV29.06127.4150.78-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 59.80%
GREEN value IS 13 (5.47% from 255) = 12.75%
BLUE value IS 28 (11.33% from 255) = 27.45%
R=59.80%
G=12.75%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.54
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61132800.790.540.76341.2564.8614.51
Hex3DD1C04F364C15541f
Octal75153401176611452510117
Binary11110111011110001001111110110100110010101010110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D0D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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