#3C191C

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

Shades of Rustic Red #3C191C

Tints of Rustic Red #3C191C

Color information

#3C191C (or 0x3C191C) is unknown color: approx Rustic Red. HEX triplet: 3C, 19 and 1C. RGB value is (60,25,28). Sum of RGB (Red+Green+Blue) = 60+25+28=113 (14% of max value = 765). Red value is 60 (23.83% from 255 or 53.10% from 113); Green value is 25 (10.16% from 255 or 22.12% from 113); Blue value is 28 (11.33% from 255 or 24.78% from 113); Max value from RGB is 60 - color contains mainly: red. Hex color #3C191C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C191C is #C3E6E3. Grayscale: #232323. Windows color (decimal): -12838628 or 1841468. OLE color: 1841468.

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

Color convert

RGB602528-
CMYK00.580.530.76
HSL354.86º41.18%16.67%-
HSV(B)354.86º58.33%23.53%-
XYZ2.421.741.31-
YUV35.81123.6145.26-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 53.10%
GREEN value IS 25 (10.16% from 255) = 22.12%
BLUE value IS 28 (11.33% from 255) = 24.78%
R=53.10%
G=22.12%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.53
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60252800.580.530.76354.8641.1816.67
Hex3C191C03A354C1632911
Octal743134072651145435121
Binary11110011001111000111010110101100110010110001110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C191C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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