#60140C

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

Shades of Red Oxide #60140C

Tints of Red Oxide #60140C

Color information

#60140C (or 0x60140C) is unknown color: approx Red Oxide. HEX triplet: 60, 14 and 0C. RGB value is (96,20,12). Sum of RGB (Red+Green+Blue) = 96+20+12=128 (16% of max value = 765). Red value is 96 (37.89% from 255 or 75% from 128); Green value is 20 (8.20% from 255 or 15.62% from 128); Blue value is 12 (5.08% from 255 or 9.38% from 128); Max value from RGB is 96 - color contains mainly: red. Hex color #60140C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #60140C is #9FEBF3. Grayscale: #292929. Windows color (decimal): -10480628 or 791648. OLE color: 791648.

HSL color Cylindrical-coordinate representation of color #60140C: hue angle of 5.71º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #60140C is Cyan = 0, Magento = 0.79, Yellow = 0.88 and Black (K on CMYK) = 0.62.

Color convert

RGB962012-
CMYK00.790.880.62
HSL5.71º77.78%21.18%-
HSV(B)5.71º87.5%37.65%-
XYZ5.143.010.66-
YUV41.81111.18166.65-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 75%
GREEN value IS 20 (8.20% from 255) = 15.62%
BLUE value IS 12 (5.08% from 255) = 9.38%
R=75%
G=15.62%
B=9.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.88
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96201200.790.880.625.7177.7821.18
Hex6014C04F583E64e15
Octal1402414011713076611625
Binary1100000101001100010011111011000111110110100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60140C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60140C; }

 p { color: rgb(96,20,12); }

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

<style>
 a { background-color: #60140C; }

 a { background-color: rgb(96,20,12); }

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

<style>
 span { border-color: #60140C; }

 span { border-color: rgb(96,20,12); }

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