#600C0A

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

Shades of Red Oxide #600C0A

Tints of Red Oxide #600C0A

Color information

#600C0A (or 0x600C0A) is unknown color: approx Red Oxide. HEX triplet: 60, 0C and 0A. RGB value is (96,12,10). Sum of RGB (Red+Green+Blue) = 96+12+10=118 (15% of max value = 765). Red value is 96 (37.89% from 255 or 81.36% from 118); Green value is 12 (5.08% from 255 or 10.17% from 118); Blue value is 10 (4.30% from 255 or 8.47% from 118); Max value from RGB is 96 - color contains mainly: red. Hex color #600C0A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600C0A is #9FF3F5. Grayscale: #242424. Windows color (decimal): -10482678 or 658528. OLE color: 658528.

HSL color Cylindrical-coordinate representation of color #600C0A: hue angle of 1.4º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #600C0A is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.62.

Color convert

RGB961210-
CMYK00.880.900.62
HSL1.4º81.13%20.78%-
HSV(B)1.4º89.58%37.65%-
XYZ5.012.770.56-
YUV36.89112.83170.16-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 81.36%
GREEN value IS 12 (5.08% from 255) = 10.17%
BLUE value IS 10 (4.30% from 255) = 8.47%
R=81.36%
G=10.17%
B=8.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.90
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96121000.880.900.621.481.1320.78
Hex60CA0585A3E15115
Octal1401412013013276112125
Binary1100000110010100101100010110101111101101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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