#4C040B

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

Shades of Rustic Red #4C040B

Tints of Rustic Red #4C040B

Color information

#4C040B (or 0x4C040B) is unknown color: approx Rustic Red. HEX triplet: 4C, 04 and 0B. RGB value is (76,4,11). Sum of RGB (Red+Green+Blue) = 76+4+11=91 (12% of max value = 765). Red value is 76 (30.08% from 255 or 83.52% from 91); Green value is 4 (1.95% from 255 or 4.40% from 91); Blue value is 11 (4.69% from 255 or 12.09% from 91); Max value from RGB is 76 - color contains mainly: red. Hex color #4C040B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C040B is #B3FBF4. Grayscale: #1A1A1A. Windows color (decimal): -11795445 or 721996. OLE color: 721996.

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

Color convert

RGB76411-
CMYK00.950.860.70
HSL354.17º90%15.69%-
HSV(B)354.17º94.74%29.8%-
XYZ3.081.650.47-
YUV26.33119.35163.43-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 83.52%
GREEN value IS 4 (1.95% from 255) = 4.40%
BLUE value IS 11 (4.69% from 255) = 12.09%
R=83.52%
G=4.40%
B=12.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.86
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7641100.950.860.70354.179015.69
Hex4C4B05F56461625a10
Octal114413013712610654213220
Binary100110010010110101111110101101000110101100010101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C040B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,4,11); }

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

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

 a { background-color: rgb(76,4,11); }

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

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

 span { border-color: rgb(76,4,11); }

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