#660F0C

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

Shades of Red Oxide #660F0C

Tints of Red Oxide #660F0C

Color information

#660F0C (or 0x660F0C) is unknown color: approx Red Oxide. HEX triplet: 66, 0F and 0C. RGB value is (102,15,12). Sum of RGB (Red+Green+Blue) = 102+15+12=129 (17% of max value = 765). Red value is 102 (40.23% from 255 or 79.07% from 129); Green value is 15 (6.25% from 255 or 11.63% from 129); Blue value is 12 (5.08% from 255 or 9.30% from 129); Max value from RGB is 102 - color contains mainly: red. Hex color #660F0C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660F0C is #99F0F3. Grayscale: #282828. Windows color (decimal): -10088692 or 790374. OLE color: 790374.

HSL color Cylindrical-coordinate representation of color #660F0C: hue angle of 2º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #660F0C is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.6.

Color convert

RGB1021512-
CMYK00.850.880.6
HSL78.95%22.35%-
HSV(B)88.24%40%-
XYZ5.723.190.66-
YUV40.67111.82171.74-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 79.07%
GREEN value IS 15 (6.25% from 255) = 11.63%
BLUE value IS 12 (5.08% from 255) = 9.30%
R=79.07%
G=11.63%
B=9.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.88
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102151200.850.880.6278.9522.35
Hex66FC055583C24f16
Octal1461714012513074211726
Binary11001101111110001010101101100011110010100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660F0C; }

 p { color: rgb(102,15,12); }

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

<style>
 a { background-color: #660F0C; }

 a { background-color: rgb(102,15,12); }

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

<style>
 span { border-color: #660F0C; }

 span { border-color: rgb(102,15,12); }

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