#60130F

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

Shades of Red Oxide #60130F

Tints of Red Oxide #60130F

Color information

#60130F (or 0x60130F) is unknown color: approx Red Oxide. HEX triplet: 60, 13 and 0F. RGB value is (96,19,15). Sum of RGB (Red+Green+Blue) = 96+19+15=130 (17% of max value = 765). Red value is 96 (37.89% from 255 or 73.85% from 130); Green value is 19 (7.81% from 255 or 14.62% from 130); Blue value is 15 (6.25% from 255 or 11.54% from 130); Max value from RGB is 96 - color contains mainly: red. Hex color #60130F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #60130F is #9FECF0. Grayscale: #292929. Windows color (decimal): -10480881 or 988000. OLE color: 988000.

HSL color Cylindrical-coordinate representation of color #60130F: hue angle of 2.96º 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 #60130F is Cyan = 0, Magento = 0.80, Yellow = 0.84 and Black (K on CMYK) = 0.62.

Color convert

RGB961915-
CMYK00.800.840.62
HSL2.96º72.97%21.76%-
HSV(B)2.96º84.38%37.65%-
XYZ5.142.990.76-
YUV41.57113.01166.83-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 73.85%
GREEN value IS 19 (7.81% from 255) = 14.62%
BLUE value IS 15 (6.25% from 255) = 11.54%
R=73.85%
G=14.62%
B=11.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96191500.800.840.622.9672.9721.76
Hex6013F050543E34916
Octal1402317012012476311126
Binary110000010011111101010000101010011111011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60130F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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