#3C0619

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

Shades of Rustic Red #3C0619

Tints of Rustic Red #3C0619

Color information

#3C0619 (or 0x3C0619) is unknown color: approx Rustic Red. HEX triplet: 3C, 06 and 19. RGB value is (60,6,25). Sum of RGB (Red+Green+Blue) = 60+6+25=91 (12% of max value = 765). Red value is 60 (23.83% from 255 or 65.93% from 91); Green value is 6 (2.73% from 255 or 6.59% from 91); Blue value is 25 (10.16% from 255 or 27.47% from 91); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0619 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C0619 is #C3F9E6. Grayscale: #181818. Windows color (decimal): -12843495 or 1639996. OLE color: 1639996.

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

Color convert

RGB60625-
CMYK00.900.580.76
HSL338.89º81.82%12.94%-
HSV(B)338.89º90%23.53%-
XYZ2.11.161.03-
YUV24.31128.39153.46-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 65.93%
GREEN value IS 6 (2.73% from 255) = 6.59%
BLUE value IS 25 (10.16% from 255) = 27.47%
R=65.93%
G=6.59%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.58
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6062500.900.580.76338.8981.8212.94
Hex3C61905A3A4C15352d
Octal7463101327211452312215
Binary1111001101100101011010111010100110010101001110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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