#600F09

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

Shades of Red Oxide #600F09

Tints of Red Oxide #600F09

Color information

#600F09 (or 0x600F09) is unknown color: approx Red Oxide. HEX triplet: 60, 0F and 09. RGB value is (96,15,9). Sum of RGB (Red+Green+Blue) = 96+15+9=120 (15% of max value = 765). Red value is 96 (37.89% from 255 or 80% from 120); Green value is 15 (6.25% from 255 or 12.5% from 120); Blue value is 9 (3.91% from 255 or 7.5% from 120); Max value from RGB is 96 - color contains mainly: red. Hex color #600F09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600F09 is #9FF0F6. Grayscale: #262626. Windows color (decimal): -10481911 or 593760. OLE color: 593760.

HSL color Cylindrical-coordinate representation of color #600F09: hue angle of 4.14º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #600F09 is Cyan = 0, Magento = 0.84, Yellow = 0.91 and Black (K on CMYK) = 0.62.

Color convert

RGB96159-
CMYK00.840.910.62
HSL4.14º82.86%20.59%-
HSV(B)4.14º90.62%37.65%-
XYZ5.042.850.54-
YUV38.54111.34168.99-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 80%
GREEN value IS 15 (6.25% from 255) = 12.5%
BLUE value IS 9 (3.91% from 255) = 7.5%
R=80%
G=12.5%
B=7.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.91
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9615900.840.910.624.1482.8620.59
Hex60F90545B3E45315
Octal1401711012413376412325
Binary110000011111001010101001011011111110100101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600F09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600F09; }

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

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

<style>
 a { background-color: #600F09; }

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

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

<style>
 span { border-color: #600F09; }

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

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