#66100A

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

Shades of Red Oxide #66100A

Tints of Red Oxide #66100A

Color information

#66100A (or 0x66100A) is unknown color: approx Red Oxide. HEX triplet: 66, 10 and 0A. RGB value is (102,16,10). Sum of RGB (Red+Green+Blue) = 102+16+10=128 (16% of max value = 765). Red value is 102 (40.23% from 255 or 79.69% from 128); Green value is 16 (6.64% from 255 or 12.5% from 128); Blue value is 10 (4.30% from 255 or 7.81% from 128); Max value from RGB is 102 - color contains mainly: red. Hex color #66100A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #66100A is #99EFF5. Grayscale: #292929. Windows color (decimal): -10088438 or 659558. OLE color: 659558.

HSL color Cylindrical-coordinate representation of color #66100A: hue angle of 3.91º 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 #66100A is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.6.

Color convert

RGB1021610-
CMYK00.840.900.6
HSL3.91º82.14%21.96%-
HSV(B)3.91º90.2%40%-
XYZ5.723.220.61-
YUV41.03110.49171.49-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 79.69%
GREEN value IS 16 (6.64% from 255) = 12.5%
BLUE value IS 10 (4.30% from 255) = 7.81%
R=79.69%
G=12.5%
B=7.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.90
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102161000.840.900.63.9182.1421.96
Hex6610A0545A3C45216
Octal1462012012413274412226
Binary1100110100001010010101001011010111100100101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66100A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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