#60100F

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

Shades of Red Oxide #60100F

Tints of Red Oxide #60100F

Color information

#60100F (or 0x60100F) is unknown color: approx Red Oxide. HEX triplet: 60, 10 and 0F. RGB value is (96,16,15). Sum of RGB (Red+Green+Blue) = 96+16+15=127 (16% of max value = 765). Red value is 96 (37.89% from 255 or 75.59% from 127); Green value is 16 (6.64% from 255 or 12.60% from 127); Blue value is 15 (6.25% from 255 or 11.81% from 127); Max value from RGB is 96 - color contains mainly: red. Hex color #60100F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #60100F is #9FEFF0. Grayscale: #272727. Windows color (decimal): -10481649 or 987232. OLE color: 987232.

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

Color convert

RGB961615-
CMYK00.830.840.62
HSL0.74º72.97%21.76%-
HSV(B)0.74º84.38%37.65%-
XYZ5.12.890.74-
YUV39.81114168.08-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 75.59%
GREEN value IS 16 (6.64% from 255) = 12.60%
BLUE value IS 15 (6.25% from 255) = 11.81%
R=75.59%
G=12.60%
B=11.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96161500.830.840.620.7472.9721.76
Hex6010F053543E14916
Octal1402017012312476111126
Binary11000001000011110101001110101001111101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60100F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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