#60100C

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

Shades of Red Oxide #60100C

Tints of Red Oxide #60100C

Color information

#60100C (or 0x60100C) is unknown color: approx Red Oxide. HEX triplet: 60, 10 and 0C. RGB value is (96,16,12). Sum of RGB (Red+Green+Blue) = 96+16+12=124 (16% of max value = 765). Red value is 96 (37.89% from 255 or 77.42% from 124); Green value is 16 (6.64% from 255 or 12.90% from 124); Blue value is 12 (5.08% from 255 or 9.68% from 124); Max value from RGB is 96 - color contains mainly: red. Hex color #60100C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #60100C is #9FEFF3. Grayscale: #272727. Windows color (decimal): -10481652 or 790624. OLE color: 790624.

HSL color Cylindrical-coordinate representation of color #60100C: hue angle of 2.86º 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 #60100C is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.62.

Color convert

RGB961612-
CMYK00.830.880.62
HSL2.86º77.78%21.18%-
HSV(B)2.86º87.5%37.65%-
XYZ5.082.880.64-
YUV39.46112.5168.33-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 77.42%
GREEN value IS 16 (6.64% from 255) = 12.90%
BLUE value IS 12 (5.08% from 255) = 9.68%
R=77.42%
G=12.90%
B=9.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.88
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96161200.830.880.622.8677.7821.18
Hex6010C053583E34e15
Octal1402014012313076311625
Binary110000010000110001010011101100011111011100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60100C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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