#4F120C

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

Shades of Red Oxide #4F120C

Tints of Red Oxide #4F120C

Color information

#4F120C (or 0x4F120C) is unknown color: approx Red Oxide. HEX triplet: 4F, 12 and 0C. RGB value is (79,18,12). Sum of RGB (Red+Green+Blue) = 79+18+12=109 (14% of max value = 765). Red value is 79 (31.25% from 255 or 72.48% from 109); Green value is 18 (7.42% from 255 or 16.51% from 109); Blue value is 12 (5.08% from 255 or 11.01% from 109); Max value from RGB is 79 - color contains mainly: red. Hex color #4F120C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F120C is #B0EDF3. Grayscale: #232323. Windows color (decimal): -11595252 or 791119. OLE color: 791119.

HSL color Cylindrical-coordinate representation of color #4F120C: hue angle of 5.37º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4F120C is Cyan = 0, Magento = 0.77, Yellow = 0.85 and Black (K on CMYK) = 0.69.

Color convert

RGB791812-
CMYK00.770.850.69
HSL5.37º73.63%17.84%-
HSV(B)5.37º84.81%30.98%-
XYZ3.512.120.57-
YUV35.56114.71158.99-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 72.48%
GREEN value IS 18 (7.42% from 255) = 16.51%
BLUE value IS 12 (5.08% from 255) = 11.01%
R=72.48%
G=16.51%
B=11.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.85
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79181200.770.850.695.3773.6317.84
Hex4F12C04D554554a12
Octal11722140115125105511222
Binary10011111001011000100110110101011000101101100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F120C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,18,12); }

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

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

 a { background-color: rgb(79,18,12); }

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

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

 span { border-color: rgb(79,18,12); }

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