#66100D

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

Shades of Red Oxide #66100D

Tints of Red Oxide #66100D

Color information

#66100D (or 0x66100D) is unknown color: approx Red Oxide. HEX triplet: 66, 10 and 0D. RGB value is (102,16,13). Sum of RGB (Red+Green+Blue) = 102+16+13=131 (17% of max value = 765). Red value is 102 (40.23% from 255 or 77.86% from 131); Green value is 16 (6.64% from 255 or 12.21% from 131); Blue value is 13 (5.47% from 255 or 9.92% from 131); Max value from RGB is 102 - color contains mainly: red. Hex color #66100D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #66100D is #99EFF2. Grayscale: #292929. Windows color (decimal): -10088435 or 856166. OLE color: 856166.

HSL color Cylindrical-coordinate representation of color #66100D: hue angle of 2.02º degrees, saturation: 0.77, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #66100D is Cyan = 0, Magento = 0.84, Yellow = 0.87 and Black (K on CMYK) = 0.6.

Color convert

RGB1021613-
CMYK00.840.870.6
HSL2.02º77.39%22.55%-
HSV(B)2.02º87.25%40%-
XYZ5.743.220.7-
YUV41.37111.99171.24-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 77.86%
GREEN value IS 16 (6.64% from 255) = 12.21%
BLUE value IS 13 (5.47% from 255) = 9.92%
R=77.86%
G=12.21%
B=9.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.87
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102161300.840.870.62.0277.3922.55
Hex6610D054573C24d17
Octal1462015012412774211527
Binary110011010000110101010100101011111110010100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66100D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66100D; }

 p { color: rgb(102,16,13); }

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

<style>
 a { background-color: #66100D; }

 a { background-color: rgb(102,16,13); }

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

<style>
 span { border-color: #66100D; }

 span { border-color: rgb(102,16,13); }

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