#66150A

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

Shades of Red Oxide #66150A

Tints of Red Oxide #66150A

Color information

#66150A (or 0x66150A) is unknown color: approx Red Oxide. HEX triplet: 66, 15 and 0A. RGB value is (102,21,10). Sum of RGB (Red+Green+Blue) = 102+21+10=133 (17% of max value = 765). Red value is 102 (40.23% from 255 or 76.69% from 133); Green value is 21 (8.59% from 255 or 15.79% from 133); Blue value is 10 (4.30% from 255 or 7.52% from 133); Max value from RGB is 102 - color contains mainly: red. Hex color #66150A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #66150A is #99EAF5. Grayscale: #2C2C2C. Windows color (decimal): -10087158 or 660838. OLE color: 660838.

HSL color Cylindrical-coordinate representation of color #66150A: hue angle of 7.17º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #66150A is Cyan = 0, Magento = 0.79, Yellow = 0.90 and Black (K on CMYK) = 0.6.

Color convert

RGB1022110-
CMYK00.790.900.6
HSL7.17º82.14%21.96%-
HSV(B)7.17º90.2%40%-
XYZ5.83.380.63-
YUV43.96108.84169.39-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 76.69%
GREEN value IS 21 (8.59% from 255) = 15.79%
BLUE value IS 10 (4.30% from 255) = 7.52%
R=76.69%
G=15.79%
B=7.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.90
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102211000.790.900.67.1782.1421.96
Hex6615A04F5A3C75216
Octal1462512011713274712226
Binary1100110101011010010011111011010111100111101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66150A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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