#60150F

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

Shades of Red Oxide #60150F

Tints of Red Oxide #60150F

Color information

#60150F (or 0x60150F) is unknown color: approx Red Oxide. HEX triplet: 60, 15 and 0F. RGB value is (96,21,15). Sum of RGB (Red+Green+Blue) = 96+21+15=132 (17% of max value = 765). Red value is 96 (37.89% from 255 or 72.73% from 132); Green value is 21 (8.59% from 255 or 15.91% from 132); Blue value is 15 (6.25% from 255 or 11.36% from 132); Max value from RGB is 96 - color contains mainly: red. Hex color #60150F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #60150F is #9FEAF0. Grayscale: #2A2A2A. Windows color (decimal): -10480369 or 988512. OLE color: 988512.

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

Color convert

RGB962115-
CMYK00.780.840.62
HSL4.44º72.97%21.76%-
HSV(B)4.44º84.38%37.65%-
XYZ5.183.060.77-
YUV42.74112.35165.99-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 72.73%
GREEN value IS 21 (8.59% from 255) = 15.91%
BLUE value IS 15 (6.25% from 255) = 11.36%
R=72.73%
G=15.91%
B=11.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96211500.780.840.624.4472.9721.76
Hex6015F04E543E44916
Octal1402517011612476411126
Binary1100000101011111010011101010100111110100100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60150F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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