#3C0507

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

Shades of Rustic Red #3C0507

Tints of Rustic Red #3C0507

Color information

#3C0507 (or 0x3C0507) is unknown color: approx Rustic Red. HEX triplet: 3C, 05 and 07. RGB value is (60,5,7). Sum of RGB (Red+Green+Blue) = 60+5+7=72 (9% of max value = 765). Red value is 60 (23.83% from 255 or 83.33% from 72); Green value is 5 (2.34% from 255 or 6.94% from 72); Blue value is 7 (3.12% from 255 or 9.72% from 72); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0507 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C0507 is #C3FAF8. Grayscale: #151515. Windows color (decimal): -12843769 or 460092. OLE color: 460092.

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

Color convert

RGB6057-
CMYK00.920.880.76
HSL357.82º84.62%12.75%-
HSV(B)357.82º91.67%23.53%-
XYZ1.961.080.31-
YUV21.67119.72155.34-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 83.33%
GREEN value IS 5 (2.34% from 255) = 6.94%
BLUE value IS 7 (3.12% from 255) = 9.72%
R=83.33%
G=6.94%
B=9.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.88
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal605700.920.880.76357.8284.6212.75
Hex3C5705C584C16655d
Octal7457013413011454612515
Binary111100101111010111001011000100110010110011010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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