#66201D

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

Shades of Red Oxide #66201D

Tints of Red Oxide #66201D

Color information

#66201D (or 0x66201D) is unknown color: approx Red Oxide. HEX triplet: 66, 20 and 1D. RGB value is (102,32,29). Sum of RGB (Red+Green+Blue) = 102+32+29=163 (21% of max value = 765). Red value is 102 (40.23% from 255 or 62.58% from 163); Green value is 32 (12.89% from 255 or 19.63% from 163); Blue value is 29 (11.72% from 255 or 17.79% from 163); Max value from RGB is 102 - color contains mainly: red. Hex color #66201D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66201D is #99DFE2. Grayscale: #343434. Windows color (decimal): -10084323 or 1908838. OLE color: 1908838.

HSL color Cylindrical-coordinate representation of color #66201D: hue angle of 2.47º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #66201D is Cyan = 0, Magento = 0.69, Yellow = 0.72 and Black (K on CMYK) = 0.6.

Color convert

RGB1023229-
CMYK00.690.720.6
HSL2.47º55.73%25.69%-
HSV(B)2.47º71.57%40%-
XYZ6.223.951.6-
YUV52.59114.69163.24-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 62.58%
GREEN value IS 32 (12.89% from 255) = 19.63%
BLUE value IS 29 (11.72% from 255) = 17.79%
R=62.58%
G=19.63%
B=17.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.72
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102322900.690.720.62.4755.7325.69
Hex66201D045483C2381a
Octal146403501051107427032
Binary1100110100000111010100010110010001111001011100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66201D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,32,29); }

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

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

 a { background-color: rgb(102,32,29); }

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

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

 span { border-color: rgb(102,32,29); }

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