#4C070D

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

Shades of Rustic Red #4C070D

Tints of Rustic Red #4C070D

Color information

#4C070D (or 0x4C070D) is unknown color: approx Rustic Red. HEX triplet: 4C, 07 and 0D. RGB value is (76,7,13). Sum of RGB (Red+Green+Blue) = 76+7+13=96 (12% of max value = 765). Red value is 76 (30.08% from 255 or 79.17% from 96); Green value is 7 (3.12% from 255 or 7.29% from 96); Blue value is 13 (5.47% from 255 or 13.54% from 96); Max value from RGB is 76 - color contains mainly: red. Hex color #4C070D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C070D is #B3F8F2. Grayscale: #1C1C1C. Windows color (decimal): -11794675 or 853836. OLE color: 853836.

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

Color convert

RGB76713-
CMYK00.910.830.70
HSL354.78º83.13%16.27%-
HSV(B)354.78º90.79%29.8%-
XYZ3.131.720.55-
YUV28.32119.36162.01-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 79.17%
GREEN value IS 7 (3.12% from 255) = 7.29%
BLUE value IS 13 (5.47% from 255) = 13.54%
R=79.17%
G=7.29%
B=13.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.83
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7671300.910.830.70354.7883.1316.27
Hex4C7D05B53461635310
Octal114715013312310654312320
Binary100110011111010101101110100111000110101100011101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C070D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,7,13); }

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

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

 a { background-color: rgb(76,7,13); }

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

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

 span { border-color: rgb(76,7,13); }

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