#4C0612

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

Shades of Rustic Red #4C0612

Tints of Rustic Red #4C0612

Color information

#4C0612 (or 0x4C0612) is unknown color: approx Rustic Red. HEX triplet: 4C, 06 and 12. RGB value is (76,6,18). Sum of RGB (Red+Green+Blue) = 76+6+18=100 (13% of max value = 765). Red value is 76 (30.08% from 255 or 76% from 100); Green value is 6 (2.73% from 255 or 6% from 100); Blue value is 18 (7.42% from 255 or 18% from 100); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0612 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C0612 is #B3F9ED. Grayscale: #1C1C1C. Windows color (decimal): -11794926 or 1181260. OLE color: 1181260.

HSL color Cylindrical-coordinate representation of color #4C0612: hue angle of 349.71º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4C0612 is Cyan = 0, Magento = 0.92, Yellow = 0.76 and Black (K on CMYK) = 0.70.

Color convert

RGB76618-
CMYK00.920.760.70
HSL349.71º85.37%16.08%-
HSV(B)349.71º92.11%29.8%-
XYZ3.151.710.74-
YUV28.3122.19162.02-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 76%
GREEN value IS 6 (2.73% from 255) = 6%
BLUE value IS 18 (7.42% from 255) = 18%
R=76%
G=6%
B=18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.76
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7661800.920.760.70349.7185.3716.08
Hex4C61205C4C4615e5510
Octal114622013411410653612520
Binary1001100110100100101110010011001000110101011110101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C0612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4C0612; }

 p { color: rgb(76,6,18); }

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

<style>
 a { background-color: #4C0612; }

 a { background-color: rgb(76,6,18); }

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

<style>
 span { border-color: #4C0612; }

 span { border-color: rgb(76,6,18); }

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