#3C121C

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

Shades of Rustic Red #3C121C

Tints of Rustic Red #3C121C

Color information

#3C121C (or 0x3C121C) is unknown color: approx Rustic Red. HEX triplet: 3C, 12 and 1C. RGB value is (60,18,28). Sum of RGB (Red+Green+Blue) = 60+18+28=106 (14% of max value = 765). Red value is 60 (23.83% from 255 or 56.60% from 106); Green value is 18 (7.42% from 255 or 16.98% from 106); Blue value is 28 (11.33% from 255 or 26.42% from 106); Max value from RGB is 60 - color contains mainly: red. Hex color #3C121C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C121C is #C3EDE3. Grayscale: #1F1F1F. Windows color (decimal): -12840420 or 1839676. OLE color: 1839676.

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

Color convert

RGB601828-
CMYK00.70.530.76
HSL345.71º53.85%15.29%-
HSV(B)345.71º70%23.53%-
XYZ2.291.481.26-
YUV31.7125.91148.19-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 56.60%
GREEN value IS 18 (7.42% from 255) = 16.98%
BLUE value IS 28 (11.33% from 255) = 26.42%
R=56.60%
G=16.98%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.7
Y (Yellow) values IS 0.53
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60182800.70.530.76345.7153.8515.29
Hex3C121C046354C15a36f
Octal7422340106651145326617
Binary11110010010111000100011011010110011001010110101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C121C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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