#3C111C

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

Shades of Rustic Red #3C111C

Tints of Rustic Red #3C111C

Color information

#3C111C (or 0x3C111C) is unknown color: approx Rustic Red. HEX triplet: 3C, 11 and 1C. RGB value is (60,17,28). Sum of RGB (Red+Green+Blue) = 60+17+28=105 (13% of max value = 765). Red value is 60 (23.83% from 255 or 57.14% from 105); Green value is 17 (7.03% from 255 or 16.19% from 105); Blue value is 28 (11.33% from 255 or 26.67% from 105); Max value from RGB is 60 - color contains mainly: red. Hex color #3C111C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C111C is #C3EEE3. Grayscale: #1F1F1F. Windows color (decimal): -12840676 or 1839420. OLE color: 1839420.

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

Color convert

RGB601728-
CMYK00.720.530.76
HSL344.65º55.84%15.1%-
HSV(B)344.65º71.67%23.53%-
XYZ2.271.451.26-
YUV31.11126.25148.61-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 57.14%
GREEN value IS 17 (7.03% from 255) = 16.19%
BLUE value IS 28 (11.33% from 255) = 26.67%
R=57.14%
G=16.19%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.53
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60172800.720.530.76344.6555.8415.1
Hex3C111C048354C15938f
Octal7421340110651145317017
Binary11110010001111000100100011010110011001010110011110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C111C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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