#60140A

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

Shades of Red Oxide #60140A

Tints of Red Oxide #60140A

Color information

#60140A (or 0x60140A) is unknown color: approx Red Oxide. HEX triplet: 60, 14 and 0A. RGB value is (96,20,10). Sum of RGB (Red+Green+Blue) = 96+20+10=126 (16% of max value = 765). Red value is 96 (37.89% from 255 or 76.19% from 126); Green value is 20 (8.20% from 255 or 15.87% from 126); Blue value is 10 (4.30% from 255 or 7.94% from 126); Max value from RGB is 96 - color contains mainly: red. Hex color #60140A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #60140A is #9FEBF5. Grayscale: #292929. Windows color (decimal): -10480630 or 660576. OLE color: 660576.

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

Color convert

RGB962010-
CMYK00.790.900.62
HSL6.98º81.13%20.78%-
HSV(B)6.98º89.58%37.65%-
XYZ5.133.010.6-
YUV41.58110.18166.81-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 76.19%
GREEN value IS 20 (8.20% from 255) = 15.87%
BLUE value IS 10 (4.30% from 255) = 7.94%
R=76.19%
G=15.87%
B=7.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.90
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96201000.790.900.626.9881.1320.78
Hex6014A04F5A3E75115
Octal1402412011713276712125
Binary1100000101001010010011111011010111110111101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60140A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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