#60100D

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

Shades of Red Oxide #60100D

Tints of Red Oxide #60100D

Color information

#60100D (or 0x60100D) is unknown color: approx Red Oxide. HEX triplet: 60, 10 and 0D. RGB value is (96,16,13). Sum of RGB (Red+Green+Blue) = 96+16+13=125 (16% of max value = 765). Red value is 96 (37.89% from 255 or 76.8% from 125); Green value is 16 (6.64% from 255 or 12.8% from 125); Blue value is 13 (5.47% from 255 or 10.4% from 125); Max value from RGB is 96 - color contains mainly: red. Hex color #60100D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #60100D is #9FEFF2. Grayscale: #272727. Windows color (decimal): -10481651 or 856160. OLE color: 856160.

HSL color Cylindrical-coordinate representation of color #60100D: hue angle of 2.17º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #60100D is Cyan = 0, Magento = 0.83, Yellow = 0.86 and Black (K on CMYK) = 0.62.

Color convert

RGB961613-
CMYK00.830.860.62
HSL2.17º76.15%21.37%-
HSV(B)2.17º86.46%37.65%-
XYZ5.082.890.67-
YUV39.58113168.24-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 76.8%
GREEN value IS 16 (6.64% from 255) = 12.8%
BLUE value IS 13 (5.47% from 255) = 10.4%
R=76.8%
G=12.8%
B=10.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.86
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96161300.830.860.622.1776.1521.37
Hex6010D053563E24c15
Octal1402015012312676211425
Binary110000010000110101010011101011011111010100110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60100D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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