#4C0911

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

Shades of Rustic Red #4C0911

Tints of Rustic Red #4C0911

Color information

#4C0911 (or 0x4C0911) is unknown color: approx Rustic Red. HEX triplet: 4C, 09 and 11. RGB value is (76,9,17). Sum of RGB (Red+Green+Blue) = 76+9+17=102 (13% of max value = 765). Red value is 76 (30.08% from 255 or 74.51% from 102); Green value is 9 (3.91% from 255 or 8.82% from 102); Blue value is 17 (7.03% from 255 or 16.67% from 102); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0911 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C0911 is #B3F6EE. Grayscale: #1D1D1D. Windows color (decimal): -11794159 or 1116492. OLE color: 1116492.

HSL color Cylindrical-coordinate representation of color #4C0911: hue angle of 352.84º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4C0911 is Cyan = 0, Magento = 0.88, Yellow = 0.78 and Black (K on CMYK) = 0.70.

Color convert

RGB76917-
CMYK00.880.780.70
HSL352.84º78.82%16.67%-
HSV(B)352.84º88.16%29.8%-
XYZ3.181.770.7-
YUV29.94120.7160.85-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 74.51%
GREEN value IS 9 (3.91% from 255) = 8.82%
BLUE value IS 17 (7.03% from 255) = 16.67%
R=74.51%
G=8.82%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.78
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7691700.880.780.70352.8478.8216.67
Hex4C9110584E461614f11
Octal1141121013011610654111721
Binary10011001001100010101100010011101000110101100001100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C0911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,9,17); }

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

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

 a { background-color: rgb(76,9,17); }

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

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

 span { border-color: rgb(76,9,17); }

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