#600C09

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

Shades of Red Oxide #600C09

Tints of Red Oxide #600C09

Color information

#600C09 (or 0x600C09) is unknown color: approx Red Oxide. HEX triplet: 60, 0C and 09. RGB value is (96,12,9). Sum of RGB (Red+Green+Blue) = 96+12+9=117 (15% of max value = 765). Red value is 96 (37.89% from 255 or 82.05% from 117); Green value is 12 (5.08% from 255 or 10.26% from 117); Blue value is 9 (3.91% from 255 or 7.69% from 117); Max value from RGB is 96 - color contains mainly: red. Hex color #600C09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600C09 is #9FF3F6. Grayscale: #242424. Windows color (decimal): -10482679 or 592992. OLE color: 592992.

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

Color convert

RGB96129-
CMYK00.880.910.62
HSL2.07º82.86%20.59%-
HSV(B)2.07º90.62%37.65%-
XYZ52.770.53-
YUV36.77112.33170.24-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 82.05%
GREEN value IS 12 (5.08% from 255) = 10.26%
BLUE value IS 9 (3.91% from 255) = 7.69%
R=82.05%
G=10.26%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.91
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9612900.880.910.622.0782.8620.59
Hex60C90585B3E25315
Octal1401411013013376212325
Binary11000001100100101011000101101111111010101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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