#4C020F

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

Shades of Rustic Red #4C020F

Tints of Rustic Red #4C020F

Color information

#4C020F (or 0x4C020F) is unknown color: approx Rustic Red. HEX triplet: 4C, 02 and 0F. RGB value is (76,2,15). Sum of RGB (Red+Green+Blue) = 76+2+15=93 (12% of max value = 765). Red value is 76 (30.08% from 255 or 81.72% from 93); Green value is 2 (1.17% from 255 or 2.15% from 93); Blue value is 15 (6.25% from 255 or 16.13% from 93); Max value from RGB is 76 - color contains mainly: red. Hex color #4C020F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C020F is #B3FDF0. Grayscale: #191919. Windows color (decimal): -11795953 or 983628. OLE color: 983628.

HSL color Cylindrical-coordinate representation of color #4C020F: hue angle of 349.46º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4C020F is Cyan = 0, Magento = 0.97, Yellow = 0.80 and Black (K on CMYK) = 0.70.

Color convert

RGB76215-
CMYK00.970.800.70
HSL349.46º94.87%15.29%-
HSV(B)349.46º97.37%29.8%-
XYZ3.091.610.6-
YUV25.61122.02163.94-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 81.72%
GREEN value IS 2 (1.17% from 255) = 2.15%
BLUE value IS 15 (6.25% from 255) = 16.13%
R=81.72%
G=2.15%
B=16.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.80
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7621500.970.800.70349.4694.8715.29
Hex4C2F061504615d5ff
Octal114217014112010653513717
Binary1001100101111011000011010000100011010101110110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C020F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,2,15); }

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

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

 a { background-color: rgb(76,2,15); }

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

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

 span { border-color: rgb(76,2,15); }

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