#3C0613

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

Shades of Rustic Red #3C0613

Tints of Rustic Red #3C0613

Color information

#3C0613 (or 0x3C0613) is unknown color: approx Rustic Red. HEX triplet: 3C, 06 and 13. RGB value is (60,6,19). Sum of RGB (Red+Green+Blue) = 60+6+19=85 (11% of max value = 765). Red value is 60 (23.83% from 255 or 70.59% from 85); Green value is 6 (2.73% from 255 or 7.06% from 85); Blue value is 19 (7.81% from 255 or 22.35% from 85); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0613 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C0613 is #C3F9EC. Grayscale: #171717. Windows color (decimal): -12843501 or 1246780. OLE color: 1246780.

HSL color Cylindrical-coordinate representation of color #3C0613: hue angle of 345.56º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3C0613 is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.76.

Color convert

RGB60619-
CMYK00.900.680.76
HSL345.56º81.82%12.94%-
HSV(B)345.56º90%23.53%-
XYZ2.051.140.73-
YUV23.63125.39153.94-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 70.59%
GREEN value IS 6 (2.73% from 255) = 7.06%
BLUE value IS 19 (7.81% from 255) = 22.35%
R=70.59%
G=7.06%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.68
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6061900.900.680.76345.5681.8212.94
Hex3C61305A444C15a52d
Octal74623013210411453212215
Binary11110011010011010110101000100100110010101101010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,6,19); }

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

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

 a { background-color: rgb(60,6,19); }

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

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

 span { border-color: rgb(60,6,19); }

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