#3D191C

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

Shades of Rustic Red #3D191C

Tints of Rustic Red #3D191C

Color information

#3D191C (or 0x3D191C) is unknown color: approx Rustic Red. HEX triplet: 3D, 19 and 1C. RGB value is (61,25,28). Sum of RGB (Red+Green+Blue) = 61+25+28=114 (15% of max value = 765). Red value is 61 (24.22% from 255 or 53.51% from 114); Green value is 25 (10.16% from 255 or 21.93% from 114); Blue value is 28 (11.33% from 255 or 24.56% from 114); Max value from RGB is 61 - color contains mainly: red. Hex color #3D191C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D191C is #C2E6E3. Grayscale: #242424. Windows color (decimal): -12773092 or 1841469. OLE color: 1841469.

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

Color convert

RGB612528-
CMYK00.590.540.76
HSL355º41.86%16.86%-
HSV(B)355º59.02%23.92%-
XYZ2.481.771.31-
YUV36.11123.43145.76-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 53.51%
GREEN value IS 25 (10.16% from 255) = 21.93%
BLUE value IS 28 (11.33% from 255) = 24.56%
R=53.51%
G=21.93%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.54
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61252800.590.540.7635541.8616.86
Hex3D191C03B364C1632a11
Octal753134073661145435221
Binary11110111001111000111011110110100110010110001110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D191C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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