#66150C

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

Shades of Red Oxide #66150C

Tints of Red Oxide #66150C

Color information

#66150C (or 0x66150C) is unknown color: approx Red Oxide. HEX triplet: 66, 15 and 0C. RGB value is (102,21,12). Sum of RGB (Red+Green+Blue) = 102+21+12=135 (17% of max value = 765). Red value is 102 (40.23% from 255 or 75.56% from 135); Green value is 21 (8.59% from 255 or 15.56% from 135); Blue value is 12 (5.08% from 255 or 8.89% from 135); Max value from RGB is 102 - color contains mainly: red. Hex color #66150C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #66150C is #99EAF3. Grayscale: #2C2C2C. Windows color (decimal): -10087156 or 791910. OLE color: 791910.

HSL color Cylindrical-coordinate representation of color #66150C: hue angle of 6º 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 #66150C is Cyan = 0, Magento = 0.79, Yellow = 0.88 and Black (K on CMYK) = 0.6.

Color convert

RGB1022112-
CMYK00.790.880.6
HSL78.95%22.35%-
HSV(B)88.24%40%-
XYZ5.813.390.7-
YUV44.19109.84169.23-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 75.56%
GREEN value IS 21 (8.59% from 255) = 15.56%
BLUE value IS 12 (5.08% from 255) = 8.89%
R=75.56%
G=15.56%
B=8.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.88
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102211200.790.880.6678.9522.35
Hex6615C04F583C64f16
Octal1462514011713074611726
Binary1100110101011100010011111011000111100110100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66150C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66150C; }

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

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

<style>
 a { background-color: #66150C; }

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

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

<style>
 span { border-color: #66150C; }

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

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