#4C110F

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

Shades of Red Oxide #4C110F

Tints of Red Oxide #4C110F

Color information

#4C110F (or 0x4C110F) is unknown color: approx Red Oxide. HEX triplet: 4C, 11 and 0F. RGB value is (76,17,15). Sum of RGB (Red+Green+Blue) = 76+17+15=108 (14% of max value = 765). Red value is 76 (30.08% from 255 or 70.37% from 108); Green value is 17 (7.03% from 255 or 15.74% from 108); Blue value is 15 (6.25% from 255 or 13.89% from 108); Max value from RGB is 76 - color contains mainly: red. Hex color #4C110F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C110F is #B3EEF0. Grayscale: #222222. Windows color (decimal): -11792113 or 987468. OLE color: 987468.

HSL color Cylindrical-coordinate representation of color #4C110F: hue angle of 1.97º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4C110F is Cyan = 0, Magento = 0.78, Yellow = 0.80 and Black (K on CMYK) = 0.70.

Color convert

RGB761715-
CMYK00.780.800.70
HSL1.97º67.03%17.84%-
HSV(B)1.97º80.26%29.8%-
XYZ3.271.970.66-
YUV34.41117.05157.66-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 70.37%
GREEN value IS 17 (7.03% from 255) = 15.74%
BLUE value IS 15 (6.25% from 255) = 13.89%
R=70.37%
G=15.74%
B=13.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.80
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76171500.780.800.701.9767.0317.84
Hex4C11F04E504624312
Octal11421170116120106210322
Binary1001100100011111010011101010000100011010100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C110F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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