#60150C

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

Shades of Red Oxide #60150C

Tints of Red Oxide #60150C

Color information

#60150C (or 0x60150C) is unknown color: approx Red Oxide. HEX triplet: 60, 15 and 0C. RGB value is (96,21,12). Sum of RGB (Red+Green+Blue) = 96+21+12=129 (17% of max value = 765). Red value is 96 (37.89% from 255 or 74.42% from 129); Green value is 21 (8.59% from 255 or 16.28% from 129); Blue value is 12 (5.08% from 255 or 9.30% from 129); Max value from RGB is 96 - color contains mainly: red. Hex color #60150C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #60150C is #9FEAF3. Grayscale: #2A2A2A. Windows color (decimal): -10480372 or 791904. OLE color: 791904.

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

Color convert

RGB962112-
CMYK00.780.880.62
HSL6.43º77.78%21.18%-
HSV(B)6.43º87.5%37.65%-
XYZ5.163.050.66-
YUV42.4110.85166.23-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 74.42%
GREEN value IS 21 (8.59% from 255) = 16.28%
BLUE value IS 12 (5.08% from 255) = 9.30%
R=74.42%
G=16.28%
B=9.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.88
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96211200.780.880.626.4377.7821.18
Hex6015C04E583E64e15
Octal1402514011613076611625
Binary1100000101011100010011101011000111110110100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60150C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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