#66190C

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

Shades of Red Oxide #66190C

Tints of Red Oxide #66190C

Color information

#66190C (or 0x66190C) is unknown color: approx Red Oxide. HEX triplet: 66, 19 and 0C. RGB value is (102,25,12). Sum of RGB (Red+Green+Blue) = 102+25+12=139 (18% of max value = 765). Red value is 102 (40.23% from 255 or 73.38% from 139); Green value is 25 (10.16% from 255 or 17.99% from 139); Blue value is 12 (5.08% from 255 or 8.63% from 139); Max value from RGB is 102 - color contains mainly: red. Hex color #66190C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #66190C is #99E6F3. Grayscale: #2E2E2E. Windows color (decimal): -10086132 or 792934. OLE color: 792934.

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

Color convert

RGB1022512-
CMYK00.750.880.6
HSL8.67º78.95%22.35%-
HSV(B)8.67º88.24%40%-
XYZ5.893.550.72-
YUV46.54108.51167.56-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 73.38%
GREEN value IS 25 (10.16% from 255) = 17.99%
BLUE value IS 12 (5.08% from 255) = 8.63%
R=73.38%
G=17.99%
B=8.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.88
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102251200.750.880.68.6778.9522.35
Hex6619C04B583C94f16
Octal14631140113130741111726
Binary11001101100111000100101110110001111001001100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66190C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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