#3C171A

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

Shades of Rustic Red #3C171A

Tints of Rustic Red #3C171A

Color information

#3C171A (or 0x3C171A) is unknown color: approx Rustic Red. HEX triplet: 3C, 17 and 1A. RGB value is (60,23,26). Sum of RGB (Red+Green+Blue) = 60+23+26=109 (14% of max value = 765). Red value is 60 (23.83% from 255 or 55.05% from 109); Green value is 23 (9.38% from 255 or 21.10% from 109); Blue value is 26 (10.55% from 255 or 23.85% from 109); Max value from RGB is 60 - color contains mainly: red. Hex color #3C171A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C171A is #C3E8E5. Grayscale: #222222. Windows color (decimal): -12839142 or 1709884. OLE color: 1709884.

HSL color Cylindrical-coordinate representation of color #3C171A: hue angle of 355.14º 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 #3C171A is Cyan = 0, Magento = 0.62, Yellow = 0.57 and Black (K on CMYK) = 0.76.

Color convert

RGB602326-
CMYK00.620.570.76
HSL355.14º44.58%16.27%-
HSV(B)355.14º61.67%23.53%-
XYZ2.361.651.17-
YUV34.4123.26146.26-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 55.05%
GREEN value IS 23 (9.38% from 255) = 21.10%
BLUE value IS 26 (10.55% from 255) = 23.85%
R=55.05%
G=21.10%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.57
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60232600.620.570.76355.1444.5816.27
Hex3C171A03E394C1632d10
Octal742732076711145435520
Binary11110010111110100111110111001100110010110001110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C171A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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