#60150D

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

Shades of Red Oxide #60150D

Tints of Red Oxide #60150D

Color information

#60150D (or 0x60150D) is unknown color: approx Red Oxide. HEX triplet: 60, 15 and 0D. RGB value is (96,21,13). Sum of RGB (Red+Green+Blue) = 96+21+13=130 (17% of max value = 765). Red value is 96 (37.89% from 255 or 73.85% from 130); Green value is 21 (8.59% from 255 or 16.15% from 130); Blue value is 13 (5.47% from 255 or 10% from 130); Max value from RGB is 96 - color contains mainly: red. Hex color #60150D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #60150D is #9FEAF2. Grayscale: #2A2A2A. Windows color (decimal): -10480371 or 857440. OLE color: 857440.

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

Color convert

RGB962113-
CMYK00.780.860.62
HSL5.78º76.15%21.37%-
HSV(B)5.78º86.46%37.65%-
XYZ5.163.050.7-
YUV42.51111.35166.15-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 73.85%
GREEN value IS 21 (8.59% from 255) = 16.15%
BLUE value IS 13 (5.47% from 255) = 10%
R=73.85%
G=16.15%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.86
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96211300.780.860.625.7876.1521.37
Hex6015D04E563E64c15
Octal1402515011612676611425
Binary1100000101011101010011101010110111110110100110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60150D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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