#3C171D

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

Shades of Rustic Red #3C171D

Tints of Rustic Red #3C171D

Color information

#3C171D (or 0x3C171D) is unknown color: approx Rustic Red. HEX triplet: 3C, 17 and 1D. RGB value is (60,23,29). Sum of RGB (Red+Green+Blue) = 60+23+29=112 (14% of max value = 765). Red value is 60 (23.83% from 255 or 53.57% from 112); Green value is 23 (9.38% from 255 or 20.54% from 112); Blue value is 29 (11.72% from 255 or 25.89% from 112); Max value from RGB is 60 - color contains mainly: red. Hex color #3C171D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C171D is #C3E8E2. Grayscale: #222222. Windows color (decimal): -12839139 or 1906492. OLE color: 1906492.

HSL color Cylindrical-coordinate representation of color #3C171D: hue angle of 350.27º degrees, saturation: 0.45, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3C171D is Cyan = 0, Magento = 0.62, Yellow = 0.52 and Black (K on CMYK) = 0.76.

Color convert

RGB602329-
CMYK00.620.520.76
HSL350.27º44.58%16.27%-
HSV(B)350.27º61.67%23.53%-
XYZ2.391.661.36-
YUV34.75124.76146.01-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 53.57%
GREEN value IS 23 (9.38% from 255) = 20.54%
BLUE value IS 29 (11.72% from 255) = 25.89%
R=53.57%
G=20.54%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.52
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60232900.620.520.76350.2744.5816.27
Hex3C171D03E344C15e2d10
Octal742735076641145365520
Binary11110010111111010111110110100100110010101111010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C171D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,23,29); }

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

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

 a { background-color: rgb(60,23,29); }

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

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

 span { border-color: rgb(60,23,29); }

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