#60120D

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

Shades of Red Oxide #60120D

Tints of Red Oxide #60120D

Color information

#60120D (or 0x60120D) is unknown color: approx Red Oxide. HEX triplet: 60, 12 and 0D. RGB value is (96,18,13). Sum of RGB (Red+Green+Blue) = 96+18+13=127 (16% of max value = 765). Red value is 96 (37.89% from 255 or 75.59% from 127); Green value is 18 (7.42% from 255 or 14.17% from 127); Blue value is 13 (5.47% from 255 or 10.24% from 127); Max value from RGB is 96 - color contains mainly: red. Hex color #60120D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #60120D is #9FEDF2. Grayscale: #282828. Windows color (decimal): -10481139 or 856672. OLE color: 856672.

HSL color Cylindrical-coordinate representation of color #60120D: hue angle of 3.61º 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 #60120D is Cyan = 0, Magento = 0.81, Yellow = 0.86 and Black (K on CMYK) = 0.62.

Color convert

RGB961813-
CMYK00.810.860.62
HSL3.61º76.15%21.37%-
HSV(B)3.61º86.46%37.65%-
XYZ5.112.950.68-
YUV40.75112.34167.41-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 75.59%
GREEN value IS 18 (7.42% from 255) = 14.17%
BLUE value IS 13 (5.47% from 255) = 10.24%
R=75.59%
G=14.17%
B=10.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.86
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96181300.810.860.623.6176.1521.37
Hex6012D051563E44c15
Octal1402215012112676411425
Binary1100000100101101010100011010110111110100100110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60120D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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