#4C150F

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

Shades of Red Oxide #4C150F

Tints of Red Oxide #4C150F

Color information

#4C150F (or 0x4C150F) is unknown color: approx Red Oxide. HEX triplet: 4C, 15 and 0F. RGB value is (76,21,15). Sum of RGB (Red+Green+Blue) = 76+21+15=112 (14% of max value = 765). Red value is 76 (30.08% from 255 or 67.86% from 112); Green value is 21 (8.59% from 255 or 18.75% from 112); Blue value is 15 (6.25% from 255 or 13.39% from 112); Max value from RGB is 76 - color contains mainly: red. Hex color #4C150F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C150F is #B3EAF0. Grayscale: #242424. Windows color (decimal): -11791089 or 988492. OLE color: 988492.

HSL color Cylindrical-coordinate representation of color #4C150F: hue angle of 5.9º 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 #4C150F is Cyan = 0, Magento = 0.72, Yellow = 0.80 and Black (K on CMYK) = 0.70.

Color convert

RGB762115-
CMYK00.720.800.70
HSL5.9º67.03%17.84%-
HSV(B)5.9º80.26%29.8%-
XYZ3.332.110.68-
YUV36.76115.72155.99-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 67.86%
GREEN value IS 21 (8.59% from 255) = 18.75%
BLUE value IS 15 (6.25% from 255) = 13.39%
R=67.86%
G=18.75%
B=13.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.80
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76211500.720.800.705.967.0317.84
Hex4C15F048504664312
Octal11425170110120106610322
Binary10011001010111110100100010100001000110110100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C150F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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