#4C0B11

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

Shades of Rustic Red #4C0B11

Tints of Rustic Red #4C0B11

Color information

#4C0B11 (or 0x4C0B11) is unknown color: approx Rustic Red. HEX triplet: 4C, 0B and 11. RGB value is (76,11,17). Sum of RGB (Red+Green+Blue) = 76+11+17=104 (13% of max value = 765). Red value is 76 (30.08% from 255 or 73.08% from 104); Green value is 11 (4.69% from 255 or 10.58% from 104); Blue value is 17 (7.03% from 255 or 16.35% from 104); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0B11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C0B11 is #B3F4EE. Grayscale: #1F1F1F. Windows color (decimal): -11793647 or 1117004. OLE color: 1117004.

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

Color convert

RGB761117-
CMYK00.860.780.70
HSL354.46º74.71%17.06%-
HSV(B)354.46º85.53%29.8%-
XYZ3.21.820.71-
YUV31.12120.03160.01-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 73.08%
GREEN value IS 11 (4.69% from 255) = 10.58%
BLUE value IS 17 (7.03% from 255) = 16.35%
R=73.08%
G=10.58%
B=16.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.78
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76111700.860.780.70354.4674.7117.06
Hex4CB110564E461624b11
Octal1141321012611610654211321
Binary10011001011100010101011010011101000110101100010100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C0B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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