#66180B

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

Shades of Red Oxide #66180B

Tints of Red Oxide #66180B

Color information

#66180B (or 0x66180B) is unknown color: approx Red Oxide. HEX triplet: 66, 18 and 0B. RGB value is (102,24,11). Sum of RGB (Red+Green+Blue) = 102+24+11=137 (18% of max value = 765). Red value is 102 (40.23% from 255 or 74.45% from 137); Green value is 24 (9.77% from 255 or 17.52% from 137); Blue value is 11 (4.69% from 255 or 8.03% from 137); Max value from RGB is 102 - color contains mainly: red. Hex color #66180B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #66180B is #99E7F4. Grayscale: #2D2D2D. Windows color (decimal): -10086389 or 727142. OLE color: 727142.

HSL color Cylindrical-coordinate representation of color #66180B: hue angle of 8.57º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #66180B is Cyan = 0, Magento = 0.76, Yellow = 0.89 and Black (K on CMYK) = 0.6.

Color convert

RGB1022411-
CMYK00.760.890.6
HSL8.57º80.53%22.16%-
HSV(B)8.57º89.22%40%-
XYZ5.873.50.68-
YUV45.84108.34168.06-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 74.45%
GREEN value IS 24 (9.77% from 255) = 17.52%
BLUE value IS 11 (4.69% from 255) = 8.03%
R=74.45%
G=17.52%
B=8.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.89
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102241100.760.890.68.5780.5322.16
Hex6618B04C593C95116
Octal14630130114131741112126
Binary11001101100010110100110010110011111001001101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66180B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66180B; }

 p { color: rgb(102,24,11); }

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

<style>
 a { background-color: #66180B; }

 a { background-color: rgb(102,24,11); }

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

<style>
 span { border-color: #66180B; }

 span { border-color: rgb(102,24,11); }

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