#66120B

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

Shades of Red Oxide #66120B

Tints of Red Oxide #66120B

Color information

#66120B (or 0x66120B) is unknown color: approx Red Oxide. HEX triplet: 66, 12 and 0B. RGB value is (102,18,11). Sum of RGB (Red+Green+Blue) = 102+18+11=131 (17% of max value = 765). Red value is 102 (40.23% from 255 or 77.86% from 131); Green value is 18 (7.42% from 255 or 13.74% from 131); Blue value is 11 (4.69% from 255 or 8.40% from 131); Max value from RGB is 102 - color contains mainly: red. Hex color #66120B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #66120B is #99EDF4. Grayscale: #2A2A2A. Windows color (decimal): -10087925 or 725606. OLE color: 725606.

HSL color Cylindrical-coordinate representation of color #66120B: hue angle of 4.62º 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 #66120B is Cyan = 0, Magento = 0.82, Yellow = 0.89 and Black (K on CMYK) = 0.6.

Color convert

RGB1021811-
CMYK00.820.890.6
HSL4.62º80.53%22.16%-
HSV(B)4.62º89.22%40%-
XYZ5.763.280.65-
YUV42.32110.33170.57-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 77.86%
GREEN value IS 18 (7.42% from 255) = 13.74%
BLUE value IS 11 (4.69% from 255) = 8.40%
R=77.86%
G=13.74%
B=8.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.89
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102181100.820.890.64.6280.5322.16
Hex6612B052593C55116
Octal1462213012213174512126
Binary1100110100101011010100101011001111100101101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66120B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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