#3D1019

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

Shades of Rustic Red #3D1019

Tints of Rustic Red #3D1019

Color information

#3D1019 (or 0x3D1019) is unknown color: approx Rustic Red. HEX triplet: 3D, 10 and 19. RGB value is (61,16,25). Sum of RGB (Red+Green+Blue) = 61+16+25=102 (13% of max value = 765). Red value is 61 (24.22% from 255 or 59.80% from 102); Green value is 16 (6.64% from 255 or 15.69% from 102); Blue value is 25 (10.16% from 255 or 24.51% from 102); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1019 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D1019 is #C2EFE6. Grayscale: #1E1E1E. Windows color (decimal): -12775399 or 1642557. OLE color: 1642557.

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

Color convert

RGB611625-
CMYK00.740.590.76
HSL348º58.44%15.1%-
HSV(B)348º73.77%23.92%-
XYZ2.291.431.08-
YUV30.48124.91149.77-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 59.80%
GREEN value IS 16 (6.64% from 255) = 15.69%
BLUE value IS 25 (10.16% from 255) = 24.51%
R=59.80%
G=15.69%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.59
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61162500.740.590.7634858.4415.1
Hex3D101904A3B4C15c3af
Octal7520310112731145347217
Binary11110110000110010100101011101110011001010111001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,16,25); }

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

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

 a { background-color: rgb(61,16,25); }

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

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

 span { border-color: rgb(61,16,25); }

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