#3C0518

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

Shades of Rustic Red #3C0518

Tints of Rustic Red #3C0518

Color information

#3C0518 (or 0x3C0518) is unknown color: approx Rustic Red. HEX triplet: 3C, 05 and 18. RGB value is (60,5,24). Sum of RGB (Red+Green+Blue) = 60+5+24=89 (11% of max value = 765). Red value is 60 (23.83% from 255 or 67.42% from 89); Green value is 5 (2.34% from 255 or 5.62% from 89); Blue value is 24 (9.77% from 255 or 26.97% from 89); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0518 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C0518 is #C3FAE7. Grayscale: #171717. Windows color (decimal): -12843752 or 1574204. OLE color: 1574204.

HSL color Cylindrical-coordinate representation of color #3C0518: hue angle of 339.27º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3C0518 is Cyan = 0, Magento = 0.92, Yellow = 0.60 and Black (K on CMYK) = 0.76.

Color convert

RGB60524-
CMYK00.920.600.76
HSL339.27º84.62%12.75%-
HSV(B)339.27º91.67%23.53%-
XYZ2.081.140.97-
YUV23.61128.22153.96-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 67.42%
GREEN value IS 5 (2.34% from 255) = 5.62%
BLUE value IS 24 (9.77% from 255) = 26.97%
R=67.42%
G=5.62%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.60
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6052400.920.600.76339.2784.6212.75
Hex3C51805C3C4C15355d
Octal7453001347411452312515
Binary1111001011100001011100111100100110010101001110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,5,24); }

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

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

 a { background-color: rgb(60,5,24); }

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

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

 span { border-color: rgb(60,5,24); }

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